Need urgent ASP.Net help to configure IIS

Asked By 0 points N/A Posted on -
qa-featured

I want to learn ASP.Net programming to develop a website. For this I installed MS Visual Studio. But I can not configure IIS server.

Where do i go to set up it ?

Please help me as soon as possible to solve this problem.

How can I connect Ms SQL to it?

SHARE
Best Answer by Dyson Katherine
Answered By 0 points N/A #95578

Need urgent ASP.Net help to configure IIS

qa-featured

Hi,

For that you have to install and registered ASP.net in your system because IIS don't understand  it automatically. Then go on the below mentioned linked and study it to understand .

https://msdn.microsoft.com/en-us/library/ms178477.aspx

Or this site has excellent material to new people for learning .https://www.w3schools.com/

Best Answer
Best Answer
Answered By 0 points N/A #95579

Need urgent ASP.Net help to configure IIS

qa-featured

Please follow this procedure (For Version 7.0):

Start IIS Version 7.0 administrative console. Go to the connections page select Sites, then Web Site Plug-in.

Go to the Actions page then Basic Settings then make a note of the Application Pool name.

Select Cancel and then go to Application Pools. On the features page, right-click the application pool that you noted earlier.

Then go to Advanced Settings.

Select 'Enable 32-bit Applications' and click OK.

Restart the application pool.

I hope this helps.

Related Questions