Hi Friends
If you have installed Visual Studio before installing IIS. There will be problem in running a web application in IIS.
To solve this problem ie we have to reset the aspnet regiis to run a webapplication in IIS.
The steps as follows
1. Go to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
2. Copy the address "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"
3. Open the command prompt (ie) start->run->cmd
4. Type " cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727" or paste after typing cd and then press enter to go to that place.
5. Type "aspnet_regiis -i" and press enter
6. It will take a minute to reset the aspnet regiis process
7. Now try to restart the IIS by iisreset in cmd
8. Now run your webapplication in IIS.
The problem will be solved.
This is the solution for the problem in running the webapplication in IIS.
Happy Programming.
regards
M.K.Kannan..
No comments:
Post a Comment