Code Behind File Changes Not Accepted

  • Thread starter Thread starter Stefke
  • Start date Start date
S

Stefke

Hi,

I've a website created with asp.net and vb.net.
I have a page OfficeDetails.aspx and a code behind file for it
OfficeDetails.aspx.vb

I've made a small modification in the .aspx.vb file on the webserver,
because I don't have Visual Studio at the moment.
However the changes aren't visible in the website?

Is there a way to do these changes or do I have to use visual studio and
then build the whole application again?

Thanx

Kind Regards

Stefke
 
Well, try this. In your aspx file change the CodeBehind attribute to Src.
Then request that page. Hopefully no errors are encountered.
 

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