This topic is locked
[SOLVED]

 SQLserver name change

9/21/2010 3:17:13 PM
ASPRunnerPro General questions
W
wayne author

I have a project that I have been working on for a couple years. I recently changed out our database server and changed the server name. Well now when I open the project up it tells me the server doesnt exist but it doesnt give me a chance to change the server name. It comes up to a MYSQL info screen but doesnt allow me to change it back to SQLserver and change the server name. Weird, seems so basic. Cant make a connection how about giving me a chance to change the type of server and name. Why would it go to a MYSQL screen when it just told me it couldnt find the MSSQL server.

Sergey Kornilov admin 9/22/2010

It's hard to tell why it's happening this way however this is what you can do.
Open your .aspr project file in text editor, find all occurrences of old server name and replace it with one. That will do it.

W
wayne author 9/22/2010

Thank You! I was wondering where server info was stored at. I should of looked in there. Only file I didnt look at.