Precompiled site and web crawlers

R

RML

My VS2008 Web application is a precompiled site with the "Updatable" option
turned off. Will web crawlers be able to "see" the HTML code in my aspx
pages?
 
H

Harlan Messinger

RML said:
My VS2008 Web application is a precompiled site with the "Updatable" option
turned off. Will web crawlers be able to "see" the HTML code in my aspx
pages?

Neither web crawlers nor web browsers have any idea what's on your
server--HTML, uncompiled ASP.NET code, precompiled code, PHP, whatever.
The only see the code that the web server sends to them. An ASP.NET site
is sending the same code to the client (browser or crawler or whatever)
whether or not it's precompiled.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top