Jump to content

IIS 7.5 HTTP Error 500.0 - Internal Server Error There is a problem with the resource you are looking for, so it cannot be displayed.


ttamturk

Recommended Posts

I made lots of setup for IIS 7.5 but stil get this error:

 

"HTTP Error 500.0 - Internal Server Error

There is a problem with the resource you are looking for, so it cannot be displayed."

 

Result of Microsoft site search, http://support.microsoft.com/kb/943891

> It is said:

 

"500 - Internal server error.

 

IIS 7.0 defines the following HTTP status codes that indicate a more specific cause of a 500 error:

500.0 - Module or ISAPI error occurred."

 

 

Does It means IIS server does not work?

 

One point that unigui IIS7 documentation does not mention "Default Documentation" which is searching Default.htm, Index.htm etc. in application directory.

I add to Default Documantation "myApp.dll". It seems to me right but I am not sure.. Is it correct (missing in documentation) or unnecessary changing?

 

I will start to a project if I could overcome this problem..

 

please help..

Tugrul

Link to comment
Share on other sites

I made lots of setup for IIS 7.5 but stil get this error:

 

"HTTP Error 500.0 - Internal Server Error

There is a problem with the resource you are looking for, so it cannot be displayed."

 

Result of Microsoft site search, http://support.microsoft.com/kb/943891

> It is said:

 

"500 - Internal server error.

 

IIS 7.0 defines the following HTTP status codes that indicate a more specific cause of a 500 error:

500.0 - Module or ISAPI error occurred."

 

 

Does It means IIS server does not work?

 

One point that unigui IIS7 documentation does not mention "Default Documentation" which is searching Default.htm, Index.htm etc. in application directory.

I add to Default Documantation "myApp.dll". It seems to me right but I am not sure.. Is it correct (missing in documentation) or unnecessary changing?

 

I will start to a project if I could overcome this problem..

 

please help..

Tugrul

 

Hi,

 

Try to follow the links above to configure ISAPI on IIS7:

 

http://www.unigui.com/doc/online_help/index.html?iis_5_1.htm

 

or maybe this,

 

http://chee-yang.blogspot.com.br/2009/10/configure-windows-7-iis7-for-isapi-dll.html

 

 

 

Regards

Link to comment
Share on other sites

 

Hi Dieger,

 

I have already read these documents and double check all of it, It seems there is no missing settings.

 

My Server is Windows 2008 server + IIS 7.5, not Win7, therefore IIS windows installing is different.

Link to comment
Share on other sites

Hi Dieger,

 

I have already read these documents and double check all of it, It seems there is no missing settings.

 

My Server is Windows 2008 server + IIS 7.5, not Win7, therefore IIS windows installing is different.

 

 

My server is Windows 2008 server + IIS 7.5 64bits too and everything is working fine. Besides trying a blank uniGUI, also try to compile a simple WebBroker ISAPI project to test your settings.

Link to comment
Share on other sites

Same here,

 

Server 2008 R2 64 bit.

 

I set the default doc to the dll and it works (http://www.ibillem.com/billem/) as a full path with the dll name in it.

 

It's nothing special with unigui dll as any other ISAPI dll.

 

I'm running the pool as No Managed Code and have 32 bit application enabled,

 

The pool is running as ApplicationPoolIdentity.

 

(Looked at wrong pool first time)

 

Later,

Link to comment
Share on other sites

Thanks everybody!

 

My first web 32 bit app demo runned with IIS 7.5 64bit Windows 2008 Server!

 

For note for Newbies; After start with ISAPI Module empty project, I realized that I compiled my first application with Standalone Server Mode.

 

I closed Standalone Server mode. Then build as dll and successfully started..

Link to comment
Share on other sites

Thanks everybody!

 

My first web 32 bit app demo runned with IIS 7.5 64bit Windows 2008 Server!

 

For note for Newbies; After start with ISAPI Module empty project, I realized that I compiled my first application with Standalone Server Mode.

 

I closed Standalone Server mode. Then build as dll and successfully started..

 

Great!

Link to comment
Share on other sites

  • Administrators

For note for Newbies; After start with ISAPI Module empty project, I realized that I compiled my first application with Standalone Server Mode.

I closed Standalone Server mode. Then build as dll and successfully started..

 

Do you mean StandAloneServer property in UniServerModule? It has no effect on how ISAPI dll works.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...