Absolute URLs in Master pages

  • Thread starter Thread starter MikeL
  • Start date Start date
M

MikeL

Hello.

I'm creating a .Net 2.0 (VS2005) web app using master pages.

The HTML that is generated uses relative URL's. I need .Net to generate
absolute URL's because these pages are going to be emailed.

I've looked but don't see where I can set a property (or something) to do
this.

Does anyone have an ideas?

Thanks in advance,

Mike
 
Thanks, Aru.

It seems that the cause of the problem is elsewhere.

What's happening is the HTML returned to a web browser is different than the
HTML returned when I call the GetResponse() methof of the HTTPWebRequest
object.

Any idea why?

I'm going to create a new post for this.

Thanks again,

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top