Ask a Question related to ASP.NET General, Design and Development.
-
James J. Foster #1
Re: SSL in an ASPX Web App
Yes, you can use your ASP.NET page as is with the https:// prefix. The web
server handles securing the communication.
--
James J. Foster, DotNetCoders
[url]http://www.dotnetcoders.com[/url]
"George Durzi" <gdurzi@nospam_hotmail.com> wrote in message
news:ejT2YcEWDHA.392@TK2MSFTNGP11.phx.gbl...a> Assuming all the infrastructure for SSL has been implemented on a web
> server. What do you need to do to make a certain ASPX in the web app into> "secure" page.
>
> Do you just reference it with HTTPS:// instead?
>
> Thank you
>
>
James J. Foster Guest
-
passing a token from pageA.aspx to pageB.aspx
I am trying to get pageA.aspx gridView to pass a key (say deptID) to pageB.aspx which will use the value passed as a filter in it's own griView... -
Accessing a aspx page using HttpWebRequest from another aspx page on the same webapp
Did you have any luck on this as I have the same problem. Maybe you can help me out of you solved your problem. -
dll from aspx
hello i`m making a web service based on .net..... i use web matrix to make pages and code in vbscript... my web pages have .aspx extension and... -
including one aspx file in another aspx file
Is there a way is asp.net that I can include another aspx file ?. We can do this in asp by using include statement. -
.aspx
hello.. i just bought a book called "Learn ASP.NET in 21 days"..lol I am running win2k pro...i installed iis and the .net stuff...now... when i try...



Reply With Quote

