Showing posts with label develop. Show all posts
Showing posts with label develop. Show all posts

Wednesday, March 28, 2012

Web server problems

Hi,

I am using web matrix to develop my web pages. Each time that I made any change on my aspx pages I need to restart the server (Web matrix server), if not it does not display the changes.

Does any one know how to avoid this problem?

Thanks for your help in advance

EnekoHavnt used web matrix server before. Have you tried IIS5, this is what I use and its a very effective server. Simply build your pages and then put them on there and view them. IIS5 ships with win2000 and i think some versions of XP.
At the moment we still in testing face. I am thinking to use IIS soon but I am quite scare about the compatibility with asp pages.

We are using IIS to run asp based projects. Do you know what do I need to do to become IIS compatible with aspx pages? Do you know any incompatibility problem?

Thanks for your help, as you can see I am new with asp.net.

Eneko
There are no incompatability issues with IIS and the use of .net. I am running Win2k with IIS5 and .net 1.1

All you have to do is install the .net framework on your pc and you are up and running. I made the transition from ASP3.0 to asp.net quite easliy.

Make sure you have IIS & the .net framwork onyour. Thats all

Saturday, March 24, 2012

Web Service not updating when developing and debugging within VS 2005

Guys,
I've been experiencing a weird problem. I am developing a web service in
pretty much the same way I do develop other types of application using
C#.net (2.0). The problem is that when I run the application from Visual
Studio the code that is presented to me is different than the actual code.
It takes some cumbersome actions to get it to work:
a) "clean" the solution, rebuild it and then run
b) close and open VS again
c) "Stop" the Web Servers that VS opens when you are debugging a web service
within the IDE
This is not pratical at all. Have any of you experienced the same problem?
Is there a solution for this?
I think that I may be doing something wrong. It is prety cumbersome to
develop a web service, doing deployments, attaching to process and so on to
properly debug an application.
Any thoughts?
Regards,
Robson Siqueira
Enterprise ArchitectIs your webservice in the same project? If not have you tried right
clicking on the web reference you added and selecting update, this will
refresh the wsdl used to generate your proxy class for the webservice.
MattC
"Robson Siqueira" <robson@.robsonfelix.com> wrote in message
news:us6aZ40kHHA.680@.TK2MSFTNGP06.phx.gbl...
> Guys,
> I've been experiencing a weird problem. I am developing a web service in
> pretty much the same way I do develop other types of application using
> C#.net (2.0). The problem is that when I run the application from Visual
> Studio the code that is presented to me is different than the actual code.
> It takes some cumbersome actions to get it to work:
> a) "clean" the solution, rebuild it and then run
> b) close and open VS again
> c) "Stop" the Web Servers that VS opens when you are debugging a web
> service within the IDE
> This is not pratical at all. Have any of you experienced the same problem?
> Is there a solution for this?
> I think that I may be doing something wrong. It is prety cumbersome to
> develop a web service, doing deployments, attaching to process and so on
> to properly debug an application.
> Any thoughts?
> Regards,
> Robson Siqueira
> Enterprise Architect
>