Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URL manipulation

Status
Not open for further replies.

SqlKing

Programmer
Joined
May 31, 2006
Messages
12
Location
IN
I am creating B2B site, I am using asp.net web application .whenever i request the page from server ,it used to display in URL as html ( instead of aspx page ( only the URl alone shown as html page but real content would be aspx page,how it will be possible?
 
Are you saying that if you redirect the user to an aspx page, that the URL has a html extension rather than an aspx extension?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
yes,what u r saying is correct.
 
How are you redirecting the user?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
suppose if i request the page in the web browser like ( this,then the asp.net engine will give the home.aspx page output to the client.
so the web browser remains same URL as home.html
 
So to clarify, you want the user to type in the browser window ( but the web server will actually execute
If so, I believe you will have to write a http handler and set the ASP.NET engine to process all .html files. It's not a particularly elegant method though.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
is it possible by ISAPI level programming to navigate URL(Instead of HTML page to ASPX page)?
 
Quite probably. Try asking in the IIS forum.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top