473,382 Members | 1,710 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,382 software developers and data experts.

Cannot open .asmx file

I am first time study the .NET, and write a .asmx file as the Book saying.
But, when I access this .asmx file through the IE like
http://localhost/abc.asmx, I can only open it or download it. I reinstall the
..NET again, but problem exist.
Do I need some settings on IIS?
--
Thinking&Coding
Dec 27 '05 #1
7 5327
Using either the SDK command prompt or the VS command prompt, run the
following command:

aspnet_regiis -i

--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"Kimi" <Ki**@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
I am first time study the .NET, and write a .asmx file as the Book saying.
But, when I access this .asmx file through the IE like
http://localhost/abc.asmx, I can only open it or download it. I reinstall
the
.NET again, but problem exist.
Do I need some settings on IIS?
--
Thinking&Coding

Dec 27 '05 #2
I tried that ever, re-install of FW is also ok.
(2 min's work)
"Kimi" <Ki**@discussions.microsoft.com> schreef in bericht
news:59**********************************@microsof t.com...
I am first time study the .NET, and write a .asmx file as the Book saying.
But, when I access this .asmx file through the IE like
http://localhost/abc.asmx, I can only open it or download it. I reinstall
the
.NET again, but problem exist.
Do I need some settings on IIS?
--
Thinking&Coding

Dec 27 '05 #3
Thank you very much, Chris! I use aspnet_regiis -i, this is OK.
Also thank Edwin, I also trying to reinstall .NET Framewrok, but it seem not
work either.(I use VS.NET installation and only to install the VS.NET
Prerequisites.)
--
Thinking&Coding
"Christopher Reed" wrote:
Using either the SDK command prompt or the VS command prompt, run the
following command:

aspnet_regiis -i

--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"Kimi" <Ki**@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
I am first time study the .NET, and write a .asmx file as the Book saying.
But, when I access this .asmx file through the IE like
http://localhost/abc.asmx, I can only open it or download it. I reinstall
the
.NET again, but problem exist.
Do I need some settings on IIS?
--
Thinking&Coding


Dec 28 '05 #4
In software (config) you can re-install FW only.
There is an option to do that, i did that, VWD 2005 i use.

"Kimi" <Ki**@discussions.microsoft.com> schreef in bericht
news:BD**********************************@microsof t.com...
Thank you very much, Chris! I use aspnet_regiis -i, this is OK.
Also thank Edwin, I also trying to reinstall .NET Framewrok, but it seem
not
work either.(I use VS.NET installation and only to install the VS.NET
Prerequisites.)
--
Thinking&Coding
"Christopher Reed" wrote:
Using either the SDK command prompt or the VS command prompt, run the
following command:

aspnet_regiis -i

--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"Kimi" <Ki**@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
>I am first time study the .NET, and write a .asmx file as the Book
>saying.
> But, when I access this .asmx file through the IE like
> http://localhost/abc.asmx, I can only open it or download it. I
> reinstall
> the
> .NET again, but problem exist.
> Do I need some settings on IIS?
> --
> Thinking&Coding


Dec 28 '05 #5
Oh, I use the VS.NET 2003, I don't see the option.
--
Thinking&Coding
"Edwin Knoppert" wrote:
In software (config) you can re-install FW only.
There is an option to do that, i did that, VWD 2005 i use.

"Kimi" <Ki**@discussions.microsoft.com> schreef in bericht
news:BD**********************************@microsof t.com...
Thank you very much, Chris! I use aspnet_regiis -i, this is OK.
Also thank Edwin, I also trying to reinstall .NET Framewrok, but it seem
not
work either.(I use VS.NET installation and only to install the VS.NET
Prerequisites.)
--
Thinking&Coding
"Christopher Reed" wrote:
Using either the SDK command prompt or the VS command prompt, run the
following command:

aspnet_regiis -i

--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"Kimi" <Ki**@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
>I am first time study the .NET, and write a .asmx file as the Book
>saying.
> But, when I access this .asmx file through the IE like
> http://localhost/abc.asmx, I can only open it or download it. I
> reinstall
> the
> .NET again, but problem exist.
> Do I need some settings on IIS?
> --
> Thinking&Coding


Dec 28 '05 #6
I mean in control panel > software, The framework is installed separately on
my computer.
v2.x though.

I may assume v1.x is also installed separately?
"Kimi" <Ki**@discussions.microsoft.com> schreef in bericht
news:33**********************************@microsof t.com...
Oh, I use the VS.NET 2003, I don't see the option.
--
Thinking&Coding
"Edwin Knoppert" wrote:
In software (config) you can re-install FW only.
There is an option to do that, i did that, VWD 2005 i use.

"Kimi" <Ki**@discussions.microsoft.com> schreef in bericht
news:BD**********************************@microsof t.com...
> Thank you very much, Chris! I use aspnet_regiis -i, this is OK.
> Also thank Edwin, I also trying to reinstall .NET Framewrok, but it
> seem
> not
> work either.(I use VS.NET installation and only to install the VS.NET
> Prerequisites.)
> --
> Thinking&Coding
>
>
> "Christopher Reed" wrote:
>
>> Using either the SDK command prompt or the VS command prompt, run the
>> following command:
>>
>> aspnet_regiis -i
>>
>> --
>> Christopher A. Reed
>> "The oxen are slow, but the earth is patient."
>>
>> "Kimi" <Ki**@discussions.microsoft.com> wrote in message
>> news:59**********************************@microsof t.com...
>> >I am first time study the .NET, and write a .asmx file as the Book
>> >saying.
>> > But, when I access this .asmx file through the IE like
>> > http://localhost/abc.asmx, I can only open it or download it. I
>> > reinstall
>> > the
>> > .NET again, but problem exist.
>> > Do I need some settings on IIS?
>> > --
>> > Thinking&Coding
>>
>>
>>


Dec 28 '05 #7
Oh! Yeah, it's separately installed, and I try also can fix my problem.
Thanks very much!!!

--
Thinking&Coding
"Edwin Knoppert" wrote:
I mean in control panel > software, The framework is installed separately on
my computer.
v2.x though.

I may assume v1.x is also installed separately?
"Kimi" <Ki**@discussions.microsoft.com> schreef in bericht
news:33**********************************@microsof t.com...
Oh, I use the VS.NET 2003, I don't see the option.
--
Thinking&Coding
"Edwin Knoppert" wrote:
In software (config) you can re-install FW only.
There is an option to do that, i did that, VWD 2005 i use.

"Kimi" <Ki**@discussions.microsoft.com> schreef in bericht
news:BD**********************************@microsof t.com...
> Thank you very much, Chris! I use aspnet_regiis -i, this is OK.
> Also thank Edwin, I also trying to reinstall .NET Framewrok, but it
> seem
> not
> work either.(I use VS.NET installation and only to install the VS.NET
> Prerequisites.)
> --
> Thinking&Coding
>
>
> "Christopher Reed" wrote:
>
>> Using either the SDK command prompt or the VS command prompt, run the
>> following command:
>>
>> aspnet_regiis -i
>>
>> --
>> Christopher A. Reed
>> "The oxen are slow, but the earth is patient."
>>
>> "Kimi" <Ki**@discussions.microsoft.com> wrote in message
>> news:59**********************************@microsof t.com...
>> >I am first time study the .NET, and write a .asmx file as the Book
>> >saying.
>> > But, when I access this .asmx file through the IE like
>> > http://localhost/abc.asmx, I can only open it or download it. I
>> > reinstall
>> > the
>> > .NET again, but problem exist.
>> > Do I need some settings on IIS?
>> > --
>> > Thinking&Coding
>>
>>
>>


Dec 29 '05 #8

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

Similar topics

0
by: KevinGravelle | last post by:
Hello, I am running an Apache web server and my httpd configuration file is utilizing the aspdotnet_module in order to run an ASP.NET application. Whenever I try and open my existing web...
3
by: Patrick | last post by:
Hi guys, I'm trying to view the WSDL files for webservices, but cannot do so. I've tried doing this for webservices created from .NET, and tried the following, http:\\www........asmx?wsdl ...
4
by: naveed | last post by:
I have the simple Hello World web service running in debug mode on my development machine (XP Pro SP2). I'm using VS2005. I'm able to access it from my machine. When I try to access it from...
1
by: Chris Jones | last post by:
Following several online examples, we have implemented the following using WSE 2.0: In the Web Servic .asmx file: namespace WebService1 { public class Service1 :...
0
by: Rene Ruppert | last post by:
Hi, On the web I found a simple sample/tutorial for a webservice, some kind of chat software. I implemented the server and the client. When I run the client form on the host PC everything works...
2
by: Steve B. | last post by:
Hi, We have build an ASP.Net 2.0 framework for our corporate sites. This framework add some asmx files that are used by all application. The asmx files only contains the directive <%@...
0
by: dankyy1 | last post by:
hi ,i have an asp.net project runs on local intranet ,i use global.asax's onerror section to catch errors.so i got a simpleauth service does not exists error from some network clients .Error details...
0
by: =?Utf-8?B?c2FsYW1pbGxv?= | last post by:
I am learning how to create Web services. I have followed all the instructions in the books that I got and the code runs fine in debug mode. When I publish the Web Service it seems that the ASMX...
4
by: eschneider | last post by:
I get the following error when trying to browse the .asmx. I get the same thing when trying to add a reference. using .NET 2.0 There is no error message. Any ideas? Thanks,
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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.