J
Jeff
Hi -
I'm trying to get my ASP.NET pages to work the same way on my development
machine (running from the VS.NET IDE) and on a remote (3rd-party) server.
The only way I've been able to come up with requires changing the page
directive for each page between codebehind (for the IDE) and src (for the
remote server). While that's a bit annoying for a single page, it's a
pretty untenable approach for a website with lots of pages.
Is there a way to set pages up so they work, unchanged, the same way in the
IDE and on a remote server?? How are all of you handling the issue?
Thanks for your help.
- Jeff
I'm trying to get my ASP.NET pages to work the same way on my development
machine (running from the VS.NET IDE) and on a remote (3rd-party) server.
The only way I've been able to come up with requires changing the page
directive for each page between codebehind (for the IDE) and src (for the
remote server). While that's a bit annoying for a single page, it's a
pretty untenable approach for a website with lots of pages.
Is there a way to set pages up so they work, unchanged, the same way in the
IDE and on a remote server?? How are all of you handling the issue?
Thanks for your help.
- Jeff