Development server doesn't refresh changes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?VmlwcGVy?=

    Development server doesn't refresh changes

    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
  • Cowboy \(Gregory A. Beamer\)

    #2
    Re: Development server doesn't refresh changes

    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

    Co-author: Microsoft Expression Web Bible (upcoming)

    *************** *************** *************** ***
    Think outside the box!
    *************** *************** *************** ***
    "Vipper" <Vipper@discuss ions.microsoft. comwrote in message
    news:4DC37BDB-E442-4BA5-B5F3-6D43EB522578@mi crosoft.com...
    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

    Comment

    Working...