401 Access denied for content type html
am 19.09.2007 15:35:03 von Suhas
I have a Client server Application developed in .Net using .Net
remoting
I am not using IIS; I have my own customized web server.
My server component connects few client applications at different
locations.
I have migrated Client application from Old VB 6 to. Net recently and
deployed the client at all required locations
I am getting error at one location "401 Access denied for content type
html" for one of the locations.
My client applications are same everywhere but I am not able to trace
out the root cause of this error for one location only.
If I replace OLD VB application at this particular place it works
fine, it gives only when I replace .Net client application at that
location.
Please guide or suggest me in this regard.
Is any other security is service settings required for this.
Re: 401 Access denied for content type html
am 23.09.2007 22:10:04 von Steve Schofield
I'm not sure why you are asking this since you are not using IIS. If you
are implementing the built-in hosting Namespaces with .NET. I would
recommend checking out MSDN.
http://msdn2.microsoft.com/en-us/library/system.web.hosting. aspx
http://msdn2.microsoft.com/en-us/library/system.runtime.host ing(VS.80).aspx
--
Best regards,
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
"suhas" wrote in message
news:1190208903.688413.125420@q3g2000prf.googlegroups.com...
>I have a Client server Application developed in .Net using .Net
> remoting
> I am not using IIS; I have my own customized web server.
> My server component connects few client applications at different
> locations.
> I have migrated Client application from Old VB 6 to. Net recently and
> deployed the client at all required locations
>
> I am getting error at one location "401 Access denied for content type
> html" for one of the locations.
>
> My client applications are same everywhere but I am not able to trace
> out the root cause of this error for one location only.
>
> If I replace OLD VB application at this particular place it works
> fine, it gives only when I replace .Net client application at that
> location.
>
> Please guide or suggest me in this regard.
> Is any other security is service settings required for this.
>