Wednesday, March 28, 2012
Web Servers
Can anybody tell me that Other than IIS which are other web servers
available on which i can deploy my Ajax enabled asp .net 2.0 web site?
Thanks in advanceTry Abyss from http://www.aprelium.com/. The X1 version is free and runs
a single site whilst the X2 allows multiple sites and is only $70.
Simon
Bakshi wrote:
> Hello Dears,
> Can anybody tell me that Other than IIS which are other web servers
> available on which i can deploy my Ajax enabled asp .net 2.0 web site?
> Thanks in advance
>
Dunno about the AJAX side of it, but aspx pages will run on Apache, using
XSP and the mod_mono apache module:
http://www.mono-project.com/ASP.NET
If you only want to host .NET stuff, you can use XSP as a standalone Web
server.
You may want to check on the status of the .NET 2.0-only stuff you are using
to see if it's supported yet on Mono. I believe the road map is to have it
all supported in Q2 2007. So it's close.
Peter
"Simon Smith" <news@.dancingbear.demon.co.uk> wrote in message
news:et32hv$5nt$1$8302bc10@.news.demon.co.uk...
> Try Abyss from http://www.aprelium.com/. The X1 version is free and runs a
> single site whilst the X2 allows multiple sites and is only $70.
> Simon
> Bakshi wrote:
Web Servers
Can anybody tell me that Other than IIS which are other web servers
available on which i can deploy my Ajax enabled asp .net 2.0 web site?
Thanks in advanceTry Abyss from http://www.aprelium.com/. The X1 version is free and runs
a single site whilst the X2 allows multiple sites and is only $70.
Simon
Bakshi wrote:
Quote:
Originally Posted by
Hello Dears,
>
Can anybody tell me that Other than IIS which are other web servers
available on which i can deploy my Ajax enabled asp .net 2.0 web site?
>
Thanks in advance
>
Dunno about the AJAX side of it, but aspx pages will run on Apache, using
XSP and the mod_mono Apache module:
http://www.mono-project.com/ASP.NET
If you only want to host .NET stuff, you can use XSP as a standalone Web
server.
You may want to check on the status of the .NET 2.0-only stuff you are using
to see if it's supported yet on Mono. I believe the road map is to have it
all supported in Q2 2007. So it's close.
Peter
"Simon Smith" <news@.dancingbear.demon.co.ukwrote in message
news:et32hv$5nt$1$8302bc10@.news.demon.co.uk...
Quote:
Originally Posted by
Try Abyss from http://www.aprelium.com/. The X1 version is free and runs a
single site whilst the X2 allows multiple sites and is only $70.
>
Simon
>
Bakshi wrote:
Quote:
Originally Posted by
>Hello Dears,
>>
>Can anybody tell me that Other than IIS which are other web servers
>available on which i can deploy my Ajax enabled asp .net 2.0 web site?
>>
>Thanks in advance
>>
Monday, March 26, 2012
'web service call failed: 500' using ajax hovermenu and web service
I'm using a hovermenuextender attached to a templatefield of a
gridview, and everything seemed to work fine.. however I've moved on
to add dynamic attributes to the hovermenu. Now I get the error "web
service call failed: 500" in place of the output I want (on the
hovermenu's panel).
When accessing the web service I created (directly through the
browser) everything works fine..
here's my hovermenuextender dynamic attributes
DynamicContextKey='<%=eval("refnumber") %>'
DynamicServiceMethod="GetSearchDetails"
DynamicServicePath="Services.asmx"
DynamicControlID="lbdynamiccontent"
I'm guessing the path or method may be incorrect? I've put
services.asmx in the root folder and services.vb was slipped into the
app_code directory.
The other problem would be with the contextkey, but debugging info
within the webservice never gets thrown (it does when I run the
service directly through the browser) so would a funny parameter do
that?
Any help would be greatly appreciated! I also saw error 12030 instead
of 500 crop up, but that seems to have gone (!!!)
cheers,
ChrisOn 5 Jun, 12:53, Not Me <clhumphr...@.gmail.com> wrote:
> Hi there,
> I'm using a hovermenuextender attached to a templatefield of a
> gridview, and everything seemed to work fine.. however I've moved on
> to add dynamic attributes to the hovermenu. Now I get the error "web
> service call failed: 500" in place of the output I want (on the
> hovermenu's panel).
Aha, I realised the helloworld service worked fine.. it was just
anything I created with parameters.. I had my service set up as
Public Function getSearchDetails(ByVal refno As String) As String
so changed this to
Public Function getSearchDetails(ByVal contextKey As String) As String
and all is well!
hope that it useful to any googler's out there.
cheers,
Chris
'web service call failed: 500' using ajax hovermenu and web service
I'm using a hovermenuextender attached to a templatefield of a
gridview, and everything seemed to work fine.. however I've moved on
to add dynamic attributes to the hovermenu. Now I get the error "web
service call failed: 500" in place of the output I want (on the
hovermenu's panel).
When accessing the web service I created (directly through the
browser) everything works fine..
here's my hovermenuextender dynamic attributes
DynamicContextKey='<%=eval("refnumber") %>'
DynamicServiceMethod="GetSearchDetails"
DynamicServicePath="Services.asmx"
DynamicControlID="lbdynamiccontent"
I'm guessing the path or method may be incorrect? I've put
services.asmx in the root folder and services.vb was slipped into the
app_code directory.
The other problem would be with the contextkey, but debugging info
within the webservice never gets thrown (it does when I run the
service directly through the browser) so would a funny parameter do
that?
Any help would be greatly appreciated! I also saw error 12030 instead
of 500 crop up, but that seems to have gone (!!!)
cheers,
ChrisOn 5 Jun, 12:53, Not Me <clhumphr...@.gmail.comwrote:
Quote:
Originally Posted by
Hi there,
>
I'm using a hovermenuextender attached to a templatefield of a
gridview, and everything seemed to work fine.. however I've moved on
to add dynamic attributes to the hovermenu. Now I get the error "web
service call failed: 500" in place of the output I want (on the
hovermenu's panel).
Aha, I realised the helloworld service worked fine.. it was just
anything I created with parameters.. I had my service set up as
Public Function getSearchDetails(ByVal refno As String) As String
so changed this to
Public Function getSearchDetails(ByVal contextKey As String) As String
and all is well!
hope that it useful to any googler's out there.
cheers,
Chris
Monday, March 12, 2012
web services and ajax
(HelloWorld) (vb.net)
Below is the code for the declarative portion:
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<asp:ServiceReference Path="WebService.asmx"
/>
</Services>
</asp:ScriptManager>
<div>
<input id="Button1" onclick="GetMe()" type="button"
value="button" />
</div>
</form>
Following is the code for the javascript and the onclick
<script type="text/javascript">
function GetMe()
{
alert(WebService.HelloWorld());
}
</script>
When I run this program it aborts with the message WebService is undefined.
Would like some advice as to what is missing.
thanksHave found the answer you must have the following to describe your web servi
ce
<WebService(Namespace:="http://tempuri.org/")> _
< WebServiceBinding(ConformsTo:=WsiProfile
s.BasicProfile1_1)> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Script.Services.ScriptService()> _
"barry" wrote:
> I have created a web service on my local machine and left if alone
> (HelloWorld) (vb.net)
> Below is the code for the declarative portion:
> <form id="form1" runat="server">
> <asp:ScriptManager ID="ScriptManager1" runat="server">
> <Services>
> <asp:ServiceReference Path="WebService.asmx
"
> />
> </Services>
> </asp:ScriptManager>
> <div>
> <input id="Button1" onclick="GetMe()" type="button"
> value="button" />
> </div>
> </form>
> Following is the code for the javascript and the onclick
> <script type="text/javascript">
> function GetMe()
> {
> alert(WebService.HelloWorld());
> }
> </script>
> When I run this program it aborts with the message WebService is undefined
.
> Would like some advice as to what is missing.
> thanks
>
>
web services and ajax
(HelloWorld) (vb.net)
Below is the code for the declarative portion:
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<asp:ServiceReference Path="WebService.asmx"
/>
</Services>
</asp:ScriptManager>
<div>
<input id="Button1" onclick="GetMe()" type="button"
value="button" />
</div>
</form>
Following is the code for the javascript and the onclick
<script type="text/javascript">
function GetMe()
{
alert(WebService.HelloWorld());
}
</script>
When I run this program it aborts with the message WebService is undefined.
Would like some advice as to what is missing.
thanksHave found the answer you must have the following to describe your web service
<WebService(Namespace:="http://tempuri.org/")_
<WebServiceBinding(ConformsTo:=WsiProfiles.BasicPro file1_1)_
<Global.Microsoft.VisualBasic.CompilerServices.Desi gnerGenerated()_
<Script.Services.ScriptService()_
"barry" wrote:
Quote:
Originally Posted by
I have created a web service on my local machine and left if alone
(HelloWorld) (vb.net)
Below is the code for the declarative portion:
>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<asp:ServiceReference Path="WebService.asmx"
/>
</Services>
</asp:ScriptManager>
<div>
<input id="Button1" onclick="GetMe()" type="button"
value="button" />
</div>
</form>
>
Following is the code for the javascript and the onclick
>
<script type="text/javascript">
function GetMe()
{
alert(WebService.HelloWorld());
}
</script>
>
When I run this program it aborts with the message WebService is undefined.
Would like some advice as to what is missing.
>
thanks
>
>
>