473,378 Members | 1,330 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Need to deploy without physical ASPX pages

joe
Is there a way to deploy a web site with several physical aspx pages left out?

Say the client requests ABC.aspx. I want to intercept the request (which I already do with a custom HttpModule) and then Server.Transfer() to another page. Everything works, except that at this point I still have to deploy a meaningless and empty ABC.aspx page.

BTW: I do this to assist Search Engines to better index our site without name/value pairs on the URL.

Thanks,
Joe
Nov 18 '05 #1
1 1271
Hi Joe:

At what point are you intercepting the request? Using
Application_BeginRequest should be early enough to avoid needing
ABC.aspx to exist.

Also, in the IIS script mappings for your application (Home Directory
-> Configuration -> Mappings in the MMC), verify that ASPX has "Verify
that file exists" unchecked.

--
Scott
http://www.OdeToCode.com

On Wed, 25 Aug 2004 03:48:08 GMT, jo*@paterno.com wrote:
Is there a way to deploy a web site with several physical aspx pages left out?

Say the client requests ABC.aspx. I want to intercept the request (which I already do with a custom HttpModule) and then Server.Transfer() to another page. Everything works, except that at this point I still have to deploy a meaningless and empty ABC.aspx page.

BTW: I do this to assist Search Engines to better index our site without name/value pairs on the URL.

Thanks,
Joe


Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: sling blade | last post by:
I have developled my first major app and i am trying to deploy it in to a host server for publication. However the app tries to use the physical path used during development. Is the path...
1
by: Chenna Sudarsan | last post by:
Hello all, I have a typical problem in deploying my ASP .NET application (code behind is VB .NET). I am generating a power point presentation (ppt file) in my application. Program is...
2
by: beachboy | last post by:
Hello all, I have a private section for members, and all page contents are protected by login. Is any way/method I can protect all files (doc, jpg, pdf) from physical access, e.g: user can type...
4
by: dkode | last post by:
Hello, The webhost that I have my asp.net website with does not allow me to change the ISAPI handler for IIS, I am wondering if there is a way to accomplish this without modifying the ISAPI...
4
by: dev648237923 | last post by:
I develop my application on my dev server and then I deploy it to a customer's production server. I store the db connection string in web.config (is this best practice?). When I deploy I have to...
2
by: john sun | last post by:
Hi, Dear gurus, In the web deployment project, there is one option called "Output Assemblies page". The first choice is "Merge all outputs to a single assembly", According to MSDN, "Merges...
38
by: ted | last post by:
I have an old link that was widely distributed. I would now like to put a link on that old page that will go to a new page without displaying anything.
0
by: dihola | last post by:
Hi all, I am developing 2 websites (A and B) that share a lot of pages and classes, and I wonder if I am doing it the right way. I have extracted the common classes and created master pages for all...
1
by: Jose Barragan | last post by:
Can anyone tell me whats the difference between logical pages and physical pages and how are logical pages created on the fly? Thanks
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.