5
Answers

Help! Can't get Web Services to display in browser - tries to open in Visual Studio

Photo of piferc

piferc

20y
2.3k
1
Everywhere I've read and tried examples... the samples have me test the web services by typing the web service URL in the browser. Example: http://localhost/ProductService.asmx However, my browser always tries to open the .asmx in Visual Studio. What do I need to modify in order to make this work. I am currently running Windows 2000 with IIS 5.0. Thanks Carrie

Answers (5)

0
Photo of Sam Hobbs
NA 28.7k 1.3m 15y
Note that your Caps Lock is on, and that makes your post difficult to read.
0
Photo of Raaj Kumar
NA 1.6k 0 15y
Hi,


  For connection string related resources you could refer the following web site.

 http://www.connectionstrings.com/oracle#p12

For connecting to ORACLE using Visual Studio, it is correct.

For choosing the database connectivity type,

   1. Go for ODP.NET if you are writing a application which will have ORACLE as a database forever. Suppose in future if you want to extend the DB with other database like DB2,MS-SQL then go for OLEDB. Since this provides a generic interface for DB connectivity.

Check this site for features of ODP.NET.
   http://www.oracle.com/technology/tech/windows/odpnet/ODP.NET-FOV.html

So now it is up to you

Regards,
raaj