Link to home
Start Free TrialLog in
Avatar of Dinesh Kumar
Dinesh KumarFlag for India

asked on

.Net website hosting on IIS7

Hi,

The Server is 64 bit and I have made a website in framework 2.0 and facing the following issue for last two days:

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Module      DynamicCompressionModule
Notification      SendResponse
Handler      StaticFile
Error Code      0x8007007e
Requested URL      http://localhost:80/Test/
Physical Path      C:\Test\Test\
Logon Method      Anonymous
Logon User      Anonymous


Please refer the attached image also.

I have also attached the Web.Config file, I am using.

Immediate Help is required! ( I have given read permission to the Web.config using IIS_IUSRS)

Thanks
meetDinesh
IIS-7-windows-Server-SFE.png
web.config
Avatar of Dinesh Kumar
Dinesh Kumar
Flag of India image

ASKER

Please help for this question.
I changed two zone to get answer.
Avatar of Meir Rivkin
did u install WSUS x64 on your server?
did u enable 32bit application in your default app pool?
1) I am having Windows Server Standard FE Service Pack 2 on the Server. should I still go for
http://www.microsoft.com/en-us/download/details.aspx?id=5216  i.e WSUS x64 ?

2) I am having Default web site which don't get work if I change its app pool to 32bit but I am making Virtual directory inside the Default Web site and then converting this to application and then enabling its 32 bit setting from the application pool which has its own application pool say MVR but then it throws the error which I have posted into the Question.
Run the following and post results:
%windir%\system32\inetsrv\appcmd.exe list config -section:system.webServer/httpCompression
 
I got into the path until %windir%\system32\inetsrv\appcmd.exe  but later on I couldn't understand it.

how to run it?

The complete code is attached as Test.zip with

https://www.experts-exchange.com/questions/28023937/Excel-reading-in-asp-net.html
I tried this way and output is attached.
output.png
ASKER CERTIFIED SOLUTION
Avatar of Dinesh Kumar
Dinesh Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Its the answer I found while solving it.