Hi,
Can any body tell me step by step, how to upload an asp.net site at booked domain.
Regards
Maurya
Hi,
Can any body tell me step by step, how to upload an asp.net site at booked domain.
Regards
Maurya
You will need a server running IIS with the ASP.NET extensions. You can either go hosted or set one up yourself.
After that, build the site in VS to the /inetpub/wwwroot folder
Make sure ASP.NET version # is correct in the IIS Website properties and also make sure permissions are set properly.
Not really too hard...
Visual Studio has a fantastic 'Publish Web Site' option under the Build menu. It's super easy to use and has some properties you can play with. The biggest challenge most people find is the security permissions on their application folder on the server. Just make sure that you set that up properly.
MSDN has a good step-by-step article which can be found at: http://msdn2.microsoft.com/en-us/library/1y1404zt(VS.80).aspx
Good luck!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.