Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have deployed my asp.net web application on IIS on my client machine. But whenever client access the website via browser, message "The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map." is coming. In order to deal with this issue on my machine, i had aspnet_regiis.exe registered on c:\Windows\Microsoft.NET\Framework64\v4.0.30319.. But on my client server, Microsoft.NET\Framework64\v4.0.30319 does not exist .. So i was not able to deal with this situation the way i had dealt in my machine. My client does not prefer installing Visual studio solution on his machine..

So how can i deal with this error on client machine!!!!
Please point out URL if u are stating any ideas ..
Thanks in advance....
Posted
Comments
Richard Deeming 25-Aug-15 12:59pm    
Do you have Microsoft.NET\Framework\v4.0.30319 on the client server? (NB: No "64" in the "Framework" directory.)

* If you do, it's a 32-bit OS, and you should run aspnet_regiis from that directory;
* If not, then you need to install .NET Framework 4.0 or higher on the server;
Codes DeCodes 26-Aug-15 11:24am    
really thanks for ur comment,I appreciate it..

1 solution

you need to install aspx for iis (not a visual studio thing)

the process is simple but it does depend what version of IIS you are running.

This will get you started:

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

Comment back if you get stuck, but there are plenty of guides on google once you know what to look for ^_^
 
Share this answer
 
Comments
Codes DeCodes 26-Aug-15 11:24am    
now, server is made over windows 7 OS.. i believe i will install.NET Framework 4.0 on server and try
Andy Lanng 26-Aug-15 11:27am    
it's the version of IIS you need. You will need .Net installed, though ^_^

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900