skip to main
|
skip to sidebar
asp.net querries and problems
Monday, January 28, 2019
Adds a cookieless session ID to the virtual path
Http
Response.
Apply
App
Path
Modifier(String)
Method
string
urlConverted = Response.ApplyAppPathModifier(
"TestPage.aspx"
); hlTest1.NavigateUrl = urlConverted;
Sunday, January 27, 2019
WebRequest authentication 401
Set location in web.config file to service url page.
< location path="aspxpage.aspx">
< system.webServer>
< security>
< authentication>
<anonymousauthentication enabled="true">
<windowsauthentication enabled="false">
</windowsauthentication>
< /anonymousauthentication>
</authentication>
</security>
</system.webServer>
</location>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
►
2025
(1)
►
November
(1)
▼
2019
(2)
▼
January
(2)
Adds a cookieless session ID to the virtual path
WebRequest authentication 401
►
2018
(2)
►
June
(1)
►
May
(1)
►
2014
(1)
►
April
(1)
►
2008
(1)
►
August
(1)
About Me
Mrlilhare
Mumbai, Maharastra, India
Hi, I am Software Engineer. Interest to solve the problems of ASP.NET,MVC,WCf,HTML,API and SQL
View my complete profile