473,503 Members | 11,018 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Setting up vstudio for 2003 web server

What is the proper method for setting up visual studio
2003 to store and run solutions on a windoes 2003
webserver?

Using vstudio enterprise on a WinXP client. Major issue
is that SafeSource says it can't check out .aspx items.
Any docs on how to configure this? I guess it would be
the same for deploying a solution to win2003 Server.
Jul 21 '05 #1
11 1588
If you want to run .NET apps on your Windows 2003 server, you don't need to
have Visual Studio.NET on your server. Just make sure you've configured your
server as an application server, so IIS and ASP.NET are installed.
--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com" <an*******@discussions.microsoft.com> wrote in
message news:05****************************@phx.gbl...
What is the proper method for setting up visual studio
2003 to store and run solutions on a windoes 2003
webserver?

Using vstudio enterprise on a WinXP client. Major issue
is that SafeSource says it can't check out .aspx items.
Any docs on how to configure this? I guess it would be
the same for deploying a solution to win2003 Server.

Jul 21 '05 #2
Server is configured as an app server. What I'd like to
do is to create, store and run vstudio solutions on it
from my workstation. When trying this now, SafeSource
says it 'can't check out aspx forms. Are there some
rules for security settings or some configuration settings
to enable this? Everything works fine is projects are
saved and run directly on the XP Pro workstations. Need
to move everything to the server.
-----Original Message-----
If you want to run .NET apps on your Windows 2003 server, you don't need tohave Visual Studio.NET on your server. Just make sure you've configured yourserver as an application server, so IIS and ASP.NET are installed.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com" <an*******@discussions.microsoft.com> wrote inmessage news:05****************************@phx.gbl...
What is the proper method for setting up visual studio
2003 to store and run solutions on a windoes 2003
webserver?

Using vstudio enterprise on a WinXP client. Major issue
is that SafeSource says it can't check out .aspx items.
Any docs on how to configure this? I guess it would be
the same for deploying a solution to win2003 Server.

.

Jul 21 '05 #3
Server is configured as an app server. What I'd like to
do is to create, store and run vstudio solutions on it
from my workstation. When trying this now, SafeSource
says it 'can't check out aspx forms. Are there some
rules for security settings or some configuration settings
to enable this? Everything works fine is projects are
saved and run directly on the XP Pro workstations. Need
to move everything to the server.
-----Original Message-----
If you want to run .NET apps on your Windows 2003 server, you don't need tohave Visual Studio.NET on your server. Just make sure you've configured yourserver as an application server, so IIS and ASP.NET are installed.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com" <an*******@discussions.microsoft.com> wrote inmessage news:05****************************@phx.gbl...
What is the proper method for setting up visual studio
2003 to store and run solutions on a windoes 2003
webserver?

Using vstudio enterprise on a WinXP client. Major issue
is that SafeSource says it can't check out .aspx items.
Any docs on how to configure this? I guess it would be
the same for deploying a solution to win2003 Server.

.

Jul 21 '05 #4
Sorry, I don't get it... are you installing SourceSafe on your server? You
could try to use the XCopy-Deployment: just copy your website from your dev
pc to a virtual dir or website on your server.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com" <an*******@discussions.microsoft.com> schreef in
bericht news:0a****************************@phx.gbl...
Server is configured as an app server. What I'd like to
do is to create, store and run vstudio solutions on it
from my workstation. When trying this now, SafeSource
says it 'can't check out aspx forms. Are there some
rules for security settings or some configuration settings
to enable this? Everything works fine is projects are
saved and run directly on the XP Pro workstations. Need
to move everything to the server.
-----Original Message-----
If you want to run .NET apps on your Windows 2003 server,

you don't need to
have Visual Studio.NET on your server. Just make sure

you've configured your
server as an application server, so IIS and ASP.NET are

installed.


--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com"

<an*******@discussions.microsoft.com> wrote in
message news:05****************************@phx.gbl...
What is the proper method for setting up visual studio
2003 to store and run solutions on a windoes 2003
webserver?

Using vstudio enterprise on a WinXP client. Major issue
is that SafeSource says it can't check out .aspx items.
Any docs on how to configure this? I guess it would be
the same for deploying a solution to win2003 Server.

.

Jul 21 '05 #5
Sorry, I don't get it... are you installing SourceSafe on your server? You
could try to use the XCopy-Deployment: just copy your website from your dev
pc to a virtual dir or website on your server.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com" <an*******@discussions.microsoft.com> schreef in
bericht news:0a****************************@phx.gbl...
Server is configured as an app server. What I'd like to
do is to create, store and run vstudio solutions on it
from my workstation. When trying this now, SafeSource
says it 'can't check out aspx forms. Are there some
rules for security settings or some configuration settings
to enable this? Everything works fine is projects are
saved and run directly on the XP Pro workstations. Need
to move everything to the server.
-----Original Message-----
If you want to run .NET apps on your Windows 2003 server,

you don't need to
have Visual Studio.NET on your server. Just make sure

you've configured your
server as an application server, so IIS and ASP.NET are

installed.


--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com"

<an*******@discussions.microsoft.com> wrote in
message news:05****************************@phx.gbl...
What is the proper method for setting up visual studio
2003 to store and run solutions on a windoes 2003
webserver?

Using vstudio enterprise on a WinXP client. Major issue
is that SafeSource says it can't check out .aspx items.
Any docs on how to configure this? I guess it would be
the same for deploying a solution to win2003 Server.

.

Jul 21 '05 #6
No, I have vstudio enterprise on an XP workstation.
Enterprise has safesource installed. When creating a
project and trying to store and run it on a win2003
webserver (i'm the admin for that machine). I get
errors about not being able to check out .aspx files if I
try and create a new webform. Works fine if storage is
kept local on the XP machine.

-----Original Message-----
Sorry, I don't get it... are you installing SourceSafe on your server? Youcould try to use the XCopy-Deployment: just copy your website from your devpc to a virtual dir or website on your server.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com" <an*******@discussions.microsoft.com> schreef inbericht news:0a****************************@phx.gbl...
Server is configured as an app server. What I'd like to
do is to create, store and run vstudio solutions on it
from my workstation. When trying this now, SafeSource
says it 'can't check out aspx forms. Are there some
rules for security settings or some configuration settings to enable this? Everything works fine is projects are
saved and run directly on the XP Pro workstations. Need to move everything to the server.
>-----Original Message-----
>If you want to run .NET apps on your Windows 2003 server,
you don't need to
>have Visual Studio.NET on your server. Just make sure

you've configured your
>server as an application server, so IIS and ASP.NET are

installed.
>
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"mi**@comstarsystems.com"

<an*******@discussions.microsoft.com> wrote in
>message news:05****************************@phx.gbl...
>> What is the proper method for setting up visual

studio >> 2003 to store and run solutions on a windoes 2003
>> webserver?
>>
>> Using vstudio enterprise on a WinXP client. Major issue >> is that SafeSource says it can't check out .aspx items. >> Any docs on how to configure this? I guess it would be >> the same for deploying a solution to win2003 Server.
>
>
>.
>

.

Jul 21 '05 #7
No, I have vstudio enterprise on an XP workstation.
Enterprise has safesource installed. When creating a
project and trying to store and run it on a win2003
webserver (i'm the admin for that machine). I get
errors about not being able to check out .aspx files if I
try and create a new webform. Works fine if storage is
kept local on the XP machine.

-----Original Message-----
Sorry, I don't get it... are you installing SourceSafe on your server? Youcould try to use the XCopy-Deployment: just copy your website from your devpc to a virtual dir or website on your server.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com" <an*******@discussions.microsoft.com> schreef inbericht news:0a****************************@phx.gbl...
Server is configured as an app server. What I'd like to
do is to create, store and run vstudio solutions on it
from my workstation. When trying this now, SafeSource
says it 'can't check out aspx forms. Are there some
rules for security settings or some configuration settings to enable this? Everything works fine is projects are
saved and run directly on the XP Pro workstations. Need to move everything to the server.
>-----Original Message-----
>If you want to run .NET apps on your Windows 2003 server,
you don't need to
>have Visual Studio.NET on your server. Just make sure

you've configured your
>server as an application server, so IIS and ASP.NET are

installed.
>
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"mi**@comstarsystems.com"

<an*******@discussions.microsoft.com> wrote in
>message news:05****************************@phx.gbl...
>> What is the proper method for setting up visual

studio >> 2003 to store and run solutions on a windoes 2003
>> webserver?
>>
>> Using vstudio enterprise on a WinXP client. Major issue >> is that SafeSource says it can't check out .aspx items. >> Any docs on how to configure this? I guess it would be >> the same for deploying a solution to win2003 Server.
>
>
>.
>

.

Jul 21 '05 #8
What do you mean by "store and run it on a win2003"? How do you get your
files to the server, and which application gives you these errors?

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
<an*******@discussions.microsoft.com> schreef in bericht
news:03****************************@phx.gbl...
No, I have vstudio enterprise on an XP workstation.
Enterprise has safesource installed. When creating a
project and trying to store and run it on a win2003
webserver (i'm the admin for that machine). I get
errors about not being able to check out .aspx files if I
try and create a new webform. Works fine if storage is
kept local on the XP machine.

-----Original Message-----
Sorry, I don't get it... are you installing SourceSafe on

your server? You
could try to use the XCopy-Deployment: just copy your

website from your dev
pc to a virtual dir or website on your server.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com"

<an*******@discussions.microsoft.com> schreef in
bericht news:0a****************************@phx.gbl...
Server is configured as an app server. What I'd like to
do is to create, store and run vstudio solutions on it
from my workstation. When trying this now, SafeSource
says it 'can't check out aspx forms. Are there some
rules for security settings or some configuration settings to enable this? Everything works fine is projects are
saved and run directly on the XP Pro workstations. Need to move everything to the server.

>-----Original Message-----
>If you want to run .NET apps on your Windows 2003 server, you don't need to
>have Visual Studio.NET on your server. Just make sure
you've configured your
>server as an application server, so IIS and ASP.NET are
installed.
>
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"mi**@comstarsystems.com"
<an*******@discussions.microsoft.com> wrote in
>message news:05****************************@phx.gbl...
>> What is the proper method for setting up visual studio >> 2003 to store and run solutions on a windoes 2003
>> webserver?
>>
>> Using vstudio enterprise on a WinXP client. Major issue >> is that SafeSource says it can't check out .aspx items. >> Any docs on how to configure this? I guess it would be >> the same for deploying a solution to win2003 Server.
>
>
>.
>

.

Jul 21 '05 #9
What do you mean by "store and run it on a win2003"? How do you get your
files to the server, and which application gives you these errors?

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
<an*******@discussions.microsoft.com> schreef in bericht
news:03****************************@phx.gbl...
No, I have vstudio enterprise on an XP workstation.
Enterprise has safesource installed. When creating a
project and trying to store and run it on a win2003
webserver (i'm the admin for that machine). I get
errors about not being able to check out .aspx files if I
try and create a new webform. Works fine if storage is
kept local on the XP machine.

-----Original Message-----
Sorry, I don't get it... are you installing SourceSafe on

your server? You
could try to use the XCopy-Deployment: just copy your

website from your dev
pc to a virtual dir or website on your server.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"mi**@comstarsystems.com"

<an*******@discussions.microsoft.com> schreef in
bericht news:0a****************************@phx.gbl...
Server is configured as an app server. What I'd like to
do is to create, store and run vstudio solutions on it
from my workstation. When trying this now, SafeSource
says it 'can't check out aspx forms. Are there some
rules for security settings or some configuration settings to enable this? Everything works fine is projects are
saved and run directly on the XP Pro workstations. Need to move everything to the server.

>-----Original Message-----
>If you want to run .NET apps on your Windows 2003 server, you don't need to
>have Visual Studio.NET on your server. Just make sure
you've configured your
>server as an application server, so IIS and ASP.NET are
installed.
>
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"mi**@comstarsystems.com"
<an*******@discussions.microsoft.com> wrote in
>message news:05****************************@phx.gbl...
>> What is the proper method for setting up visual studio >> 2003 to store and run solutions on a windoes 2003
>> webserver?
>>
>> Using vstudio enterprise on a WinXP client. Major issue >> is that SafeSource says it can't check out .aspx items. >> Any docs on how to configure this? I guess it would be >> the same for deploying a solution to win2003 Server.
>
>
>.
>

.

Jul 21 '05 #10
By specifying a the path to create and save the project on
the webserver in vstudio using //webserver/directory.
The messages are from vstudio
-----Original Message-----
What do you mean by "store and run it on a win2003"? How do you get yourfiles to the server, and which application gives you these errors?
--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
<an*******@discussions.microsoft.com> schreef in bericht
news:03****************************@phx.gbl...
No, I have vstudio enterprise on an XP workstation.
Enterprise has safesource installed. When creating a
project and trying to store and run it on a win2003
webserver (i'm the admin for that machine). I get
errors about not being able to check out .aspx files if I try and create a new webform. Works fine if storage is
kept local on the XP machine.

>-----Original Message-----
>Sorry, I don't get it... are you installing SourceSafe on
your server? You
>could try to use the XCopy-Deployment: just copy your

website from your dev
>pc to a virtual dir or website on your server.
>
>--
>Greetz,
>Jan
>__________________________________
>Read my weblog: http://weblogs.asp.net/jan
>"mi**@comstarsystems.com"

<an*******@discussions.microsoft.com> schreef in
>bericht news:0a****************************@phx.gbl...
>> Server is configured as an app server. What I'd

like to >> do is to create, store and run vstudio solutions on it >> from my workstation. When trying this now, SafeSource >> says it 'can't check out aspx forms. Are there some
>> rules for security settings or some configuration

settings
>> to enable this? Everything works fine is projects are >> saved and run directly on the XP Pro workstations.

Need
>> to move everything to the server.
>>
>> >-----Original Message-----
>> >If you want to run .NET apps on your Windows 2003

server,
>> you don't need to
>> >have Visual Studio.NET on your server. Just make sure >> you've configured your
>> >server as an application server, so IIS and ASP.NET are >> installed.
>> >
>> >
>> >--
>> >Greetz
>> >
>> >Jan Tielens
>> >________________________________
>> >Read my weblog: http://weblogs.asp.net/jan
>> >
>> >
>> >"mi**@comstarsystems.com"
>> <an*******@discussions.microsoft.com> wrote in
>> >message news:055501c3c460$5074eb10 $a*******@phx.gbl... >> >> What is the proper method for setting up visual

studio
>> >> 2003 to store and run solutions on a windoes 2003
>> >> webserver?
>> >>
>> >> Using vstudio enterprise on a WinXP client. Major

issue
>> >> is that SafeSource says it can't check out .aspx

items.
>> >> Any docs on how to configure this? I guess it

would be
>> >> the same for deploying a solution to win2003 Server. >> >
>> >
>> >.
>> >
>
>
>.
>

.

Jul 21 '05 #11
By specifying a the path to create and save the project on
the webserver in vstudio using //webserver/directory.
The messages are from vstudio
-----Original Message-----
What do you mean by "store and run it on a win2003"? How do you get yourfiles to the server, and which application gives you these errors?
--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
<an*******@discussions.microsoft.com> schreef in bericht
news:03****************************@phx.gbl...
No, I have vstudio enterprise on an XP workstation.
Enterprise has safesource installed. When creating a
project and trying to store and run it on a win2003
webserver (i'm the admin for that machine). I get
errors about not being able to check out .aspx files if I try and create a new webform. Works fine if storage is
kept local on the XP machine.

>-----Original Message-----
>Sorry, I don't get it... are you installing SourceSafe on
your server? You
>could try to use the XCopy-Deployment: just copy your

website from your dev
>pc to a virtual dir or website on your server.
>
>--
>Greetz,
>Jan
>__________________________________
>Read my weblog: http://weblogs.asp.net/jan
>"mi**@comstarsystems.com"

<an*******@discussions.microsoft.com> schreef in
>bericht news:0a****************************@phx.gbl...
>> Server is configured as an app server. What I'd

like to >> do is to create, store and run vstudio solutions on it >> from my workstation. When trying this now, SafeSource >> says it 'can't check out aspx forms. Are there some
>> rules for security settings or some configuration

settings
>> to enable this? Everything works fine is projects are >> saved and run directly on the XP Pro workstations.

Need
>> to move everything to the server.
>>
>> >-----Original Message-----
>> >If you want to run .NET apps on your Windows 2003

server,
>> you don't need to
>> >have Visual Studio.NET on your server. Just make sure >> you've configured your
>> >server as an application server, so IIS and ASP.NET are >> installed.
>> >
>> >
>> >--
>> >Greetz
>> >
>> >Jan Tielens
>> >________________________________
>> >Read my weblog: http://weblogs.asp.net/jan
>> >
>> >
>> >"mi**@comstarsystems.com"
>> <an*******@discussions.microsoft.com> wrote in
>> >message news:055501c3c460$5074eb10 $a*******@phx.gbl... >> >> What is the proper method for setting up visual

studio
>> >> 2003 to store and run solutions on a windoes 2003
>> >> webserver?
>> >>
>> >> Using vstudio enterprise on a WinXP client. Major

issue
>> >> is that SafeSource says it can't check out .aspx

items.
>> >> Any docs on how to configure this? I guess it

would be
>> >> the same for deploying a solution to win2003 Server. >> >
>> >
>> >.
>> >
>
>
>.
>

.

Jul 21 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1091
by: Mike Randall | last post by:
I wish to create web apps on a new 2003 server machine. I installed vstudio enterprise on the server (full software & server components). What permissions need to be set to successfully create...
8
1733
by: Didier Giovannangeli | last post by:
Hello all, Wondering if the object code produced by VC#.NET will be linked by VStudio.NET. thanks, didier
2
4657
by: Roger Orr | last post by:
Hi, I'm trying to write my own 'safe' exception handler for Microsoft Visual Studio .NET 2003. 1) It seems that you cannot mark a C++ function as a safe exception handler. 2) I can't get the...
0
234
by: Nikolay Nikolskiy | last post by:
My server uses sertificat that was issued by our company's sertificate manager. When I try to connect to the site from VStudio 2003 (add new web progect: https://mysite) then it writes an error:...
5
2563
by: Patrick Olurotimi Ige | last post by:
Hi, I have VStudio.Net 2003 installed but can i install Visual Web Developer also on the same PC. My current .Net Frameork version is 1.1. Will the Visual Web Developer install ASP.NET 2.0? And...
6
253
by: mike | last post by:
What is the proper method for setting up visual studio 2003 to store and run solutions on a windoes 2003 webserver? Using vstudio enterprise on a WinXP client. Major issue is that SafeSource...
4
1314
by: John Kotuby | last post by:
Hello all, I have VStudio 2005 currently installed on my workstation. However, I am collaborating on a project with an outside consultant who is using VS 2003. Every so often he sends me new or...
1
1470
by: Ramesh Ramesh | last post by:
I have VStudio .net installed on workstation (Windows XP) and MS SQL Server 2000 installed on Server (MS Windows 2003 Standard Edition). Can I use MS SQL Server 2000 as Back-end database for V Studio...
0
1200
by: Gregg | last post by:
I'm working to upgrade an ASP web app with a Microsoft Access 2003 db to ASP.NET v2 with a SQL Express db. I don't have a lot of experience with SQL Server db's, but would prefer the new app use...
0
7095
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7361
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7015
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7470
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4693
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3173
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1523
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
403
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.