Development server doesn't refresh changes

G

Guest

Hi,

I am developing an asp.net application with visual studio 2005. My problem
is when I do some changes in the css file, this changes are not uptaded if I
run the application with the development server. However, there isn't any
problem if I run the same application using IIS.
The odd thing is that a few hours later, the development server refreshes
the changes correctly.
Perhaps the development server has any king of cache.
How can i solve this?

Thanks
 
C

Cowboy \(Gregory A. Beamer\)

It is a cache. Kill the instance of the dev server from the task tray icon.
Then restart the app by debugging or view in browser. You will get a new
instance as it spins up.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 

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

Top