473,383 Members | 1,872 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Problem opening a solution

Hi there. I'm new to .Net development and have inherited a web project
built using .Net and C#. I have a copy of the project on my laptop
machine and can open it, make changes, compile fine, test, etc...
The previous developer had VS.Net installed on the web server that
the application is hosted on and would make changes, compile, etc...
directly on that machine. However, when I try to open the project
within VS.Net on that machine I get a dialog box with the following
error...

"The Web server reported the following error when attempting to create
or open the Web project located at the following URL:
'http://localhost/projectname'. 'A redirect request will change a
non-secure to a secure connection'."

I have no idea what's going on here but I have changes I've made on my
laptop that I need to get out to the server and compile to get them
into production... any help you could provide would be GREATLY
appreciated.

BTW... I'm coming from Java and so far I really like .Net!

Cheers!
Kirk
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Jul 21 '05 #1
2 1574
J
Couple of questions
How do you get your source code from your laptop onto
your server?
Do you use sourcesafe
Are both Visual Studios the Same version?
I think whats happening is because that project already
exists, it will have problems when you try to open it on
the server selve.
If all else fails. Compile on your laptop, Copy
everything out of your Inetpub/wwwroot/mywebapp and copy
it over the old stuff. Just remember to make a backup.
Not the preferred way but it will work.

Regards
J
-----Original Message-----
Hi there. I'm new to .Net development and have inherited a web projectbuilt using .Net and C#. I have a copy of the project on my laptopmachine and can open it, make changes, compile fine, test, etc...The previous developer had VS.Net installed on the web server thatthe application is hosted on and would make changes, compile, etc...directly on that machine. However, when I try to open the projectwithin VS.Net on that machine I get a dialog box with the followingerror...

"The Web server reported the following error when attempting to createor open the Web project located at the following URL:
'http://localhost/projectname'. 'A redirect request will change anon-secure to a secure connection'."

I have no idea what's going on here but I have changes I've made on mylaptop that I need to get out to the server and compile to get theminto production... any help you could provide would be GREATLYappreciated.

BTW... I'm coming from Java and so far I really like .Net!
Cheers!
Kirk
Posted Via Usenet.com Premium Usenet Newsgroup Services
--------------------------------------------------------- - ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
--------------------------------------------------------- - http://www.usenet.com
.

Jul 21 '05 #2
Spotted this in the MS KB

http://support.microsoft.com/default...;EN-US;q294266
"c5kirk" <ki**@3606-dot-com.no-spam.invalid> wrote in message
news:42********@127.0.0.1...
Hi there. I'm new to .Net development and have inherited a web project
built using .Net and C#. I have a copy of the project on my laptop
machine and can open it, make changes, compile fine, test, etc...
The previous developer had VS.Net installed on the web server that
the application is hosted on and would make changes, compile, etc...
directly on that machine. However, when I try to open the project
within VS.Net on that machine I get a dialog box with the following
error...

"The Web server reported the following error when attempting to create
or open the Web project located at the following URL:
'http://localhost/projectname'. 'A redirect request will change a
non-secure to a secure connection'."

I have no idea what's going on here but I have changes I've made on my
laptop that I need to get out to the server and compile to get them
into production... any help you could provide would be GREATLY
appreciated.

BTW... I'm coming from Java and so far I really like .Net!

Cheers!
Kirk
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Jul 21 '05 #3

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

Similar topics

14
by: Sin | last post by:
I've tried everything and I've come to the conclusion that I'm screwed. If anyone can help, I would be eternaly greatful. I have a solution which has 47 projects.. This is includes (very roughly)...
8
by: Dominic Tocci | last post by:
I'm searching for a way to use window.open on my web page to open a window in firefox that allows the sidebars to work (bookmarks, history, etc). When I use the following: var...
3
by: Trevor Hughes | last post by:
Hello All I have a database (Access 2000, running on Win 2000), which suffers from bloat over a period of time. In order to solve the problem I set the option to compact on exit. This however...
15
by: Ken Allen | last post by:
I have been developing a suite of assemblies over the past couple of weeks, and this afternoon somethign started misbehaving. If I do not run the IDE and compiler the code from the command line,...
8
by: Rut | last post by:
Does anyone know how to start powerpoint from vb.net without the ppt screen appearing. I want to keep it hidden? Using this code: Try pp = New PowerPoint.Application pp.Visible =...
3
by: Paras Sharma | last post by:
Hi all, We are facing this big problem. Scenario is as follows. We have one single solution (say EIS) under which there are 25 projects. All the files are saved at a central location under...
2
by: mkd1919 | last post by:
I'm developing a web service that will eventually be sent to other like organizations to communicate for a particular application. After a few weeks, I decided it would be better to split of the...
11
by: brianlanning | last post by:
We have a web application in 2003. The solution contains the project for the web application and five other projects for shared assemblies. We have two issues. The first is that we want to...
22
by: b_r | last post by:
Hi, I'm trying to make a simple operation (insert into DB) in VB 2005 and SQL Server. The code is as follows: Dim sConnectionString As String = _ "Data...
3
by: siricharan82 | last post by:
Hi Everybody. I have a problem on .NET while opening. Actually before that it works normally.But one day it does not opening. I dont know the reason why it is happend like that. Even I am...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.