I have uploaded all my project files in free hosting website for testing purpose, when I try to access the link I see an error. Can some one tell me how to host a website, if I did wrong.
the default.aspx page didn't get found (404) and the root gave back a permission problem (403). I suggest you contact your hosting company after you checked their dashboard and gave enough permissions to show the application.
Please kindly check the .net versio that you use. And please kindly conver to application your subfolder "bancofcommerce". Please go to IIS--> domain--> subfolder--> right click and then connvert it to application. Hope it help
venkateshyel...
Member
12 Points
29 Posts
How to host an ASP.NET website
Dec 16, 2012 12:49 PM|LINK
I have developed a website usign ASP.NET and C#
I have uploaded all my project files in free hosting website for testing purpose, when I try to access the link I see an error. Can some one tell me how to host a website, if I did wrong.
http://users2.jabry.com/bancofcommerce/
http://users2.jabry.com/bancofcommerce/Default.aspx
XIII
All-Star
182707 Points
23464 Posts
ASPInsiders
Moderator
MVP
Re: How to host an ASP.NET website
Dec 16, 2012 01:45 PM|LINK
Hi,
the default.aspx page didn't get found (404) and the root gave back a permission problem (403). I suggest you contact your hosting company after you checked their dashboard and gave enough permissions to show the application.
If you want to test out something for free I suggest you take a look Windows Azure Web Sites which has a free mode available for you: http://www.windowsazure.com/en-us/home/features/web-sites/.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
RameshRajend...
Star
7983 Points
2099 Posts
Re: How to host an ASP.NET website
Dec 16, 2012 01:47 PM|LINK
http://msdn.microsoft.com/en-us/library/aa529311.aspx
http://www.youtube.com/watch?v=PTSbGIXQzlQ
http://www.codeproject.com/Questions/312522/How-To-Host-Asp-net-website-in-GoDaddy-Hosting
venkateshyel...
Member
12 Points
29 Posts
Re: How to host an ASP.NET website
Dec 16, 2012 11:53 PM|LINK
Thanks for your reply, Everything works fine till hosting.
Once I use my link, I see the following error with web.config
Can you pls tell me how to fix it?
Config Source:
dotnetnerd
Contributor
2434 Points
551 Posts
Re: How to host an ASP.NET website
Dec 17, 2012 01:12 AM|LINK
Hi venkateshyeluri,
Please kindly check the .net versio that you use. And please kindly conver to application your subfolder "bancofcommerce". Please go to IIS--> domain--> subfolder--> right click and then connvert it to application. Hope it help
Windows ASP.NET Hosting | Reseller Hosting | Cloud Hosting
RameshRajend...
Star
7983 Points
2099 Posts
Re: How to host an ASP.NET website
Dec 17, 2012 01:30 AM|LINK
Noticed that you are using ASP.NET 3.5. As your SP does not support that, you have the following choices,
1. Switch to another SP who supports .NET 3.5.
2. Ask your current SP if they supports Microsoft AJAX for .NET 2.0
http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en
If they do, you may consider downgrade your solution to .NET 2.0 instead of 3.5.
Hope this helps.