Reputation: 1179
I have developed a simple Web Application using Asp.Net, C# and SQL Server 2008 R2.
The Application is intended to capture the Employee Details and storing the same in Database and retrieving them when needed.
Its working fine with me.
Now my Question is the Deployment of it in the Local Machine.
Is IIS compulsarily needed for me to do this, or else something else can do the same.
Please provide with some basic guidelines for deployment
, as I am a beginner oly. :(
I haven't found an understandable, basic one in the web.
Upvotes: 0
Views: 419
Reputation: 2788
Yes you need iss on your local machine to deploy the application. Install it first then follow these steps written in these links..
http://www.brainbrushups.com/2013/05/how-to-deploy-or-publish-aspnet-website.html
http://www.dotnetgallery.com/kb/resource7-Deploying-aspnet-applications-on-IIS-web-server.aspx
Upvotes: 1