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
 
Back
Top