473,569 Members | 2,790 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASPNET to work on Citrix

SK
Hi,

Would appreciate if anyone could help me on this. Basically my client
having
few branches across state. And they used Citrix in which to connect to the
server side for accessing application running on ASPNET (C# code behind).
Basically, all my form was coded as user control and loaded as component to
the IFrame.

The problem is when browsing the page, it could not be loaded. and there
is no message. I did suspected that is it relate to security for ASPNet User.

Nov 19 '05 #1
7 2512
The Citrix control is a client side ActiveX control?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
<SK@discussions .microsoft.com> wrote:
Hi,

Would appreciate if anyone could help me on this. Basically my client
having
few branches across state. And they used Citrix in which to connect to the
server side for accessing application running on ASPNET (C# code behind).
Basically, all my form was coded as user control and loaded as component to
the IFrame.

The problem is when browsing the page, it could not be loaded. and there
is no message. I did suspected that is it relate to security for ASPNet User.


Nov 19 '05 #2
The Citrix control is like Terminal Server/VPN/Remote Desktop.

http://www.citrix.com/lang/English/home.asp

It allows you to sit at the console of the machine running Citirx,
and run apps as if you were there.

Since ASP.NET delivers HTML, I don't think it's
the right thing to do to run ASP.NET under Citrix.

OTOH, I could see its use to configure IIS/ASP.NET and the
server itself, but never to run the ASP.NET apps through it.

You run your ASP.NET apps via a browser.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Scott Allen" <sc***@nospam.o detocode.com> wrote in message
news:67******** *************** *********@4ax.c om...
The Citrix control is a client side ActiveX control?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
<SK@discussions .microsoft.com> wrote:
Hi,

Would appreciate if anyone could help me on this. Basically my client
having
few branches across state. And they used Citrix in which to connect to the
server side for accessing application running on ASPNET (C# code behind).
Basically, all my form was coded as user control and loaded as component to
the IFrame.

The problem is when browsing the page, it could not be loaded. and there
is no message. I did suspected that is it relate to security for ASPNet User.

Nov 19 '05 #3
SK
Basically, i just need to browse the web site hosted at client site (citrix
login page appear). then i need to login. After login basically it wil be
Terminal service client
and from here i can browse the AspNet application through browser (LAN) to
AspNet Server.


"Juan T. Llibre" wrote:
The Citrix control is like Terminal Server/VPN/Remote Desktop.

http://www.citrix.com/lang/English/home.asp

It allows you to sit at the console of the machine running Citirx,
and run apps as if you were there.

Since ASP.NET delivers HTML, I don't think it's
the right thing to do to run ASP.NET under Citrix.

OTOH, I could see its use to configure IIS/ASP.NET and the
server itself, but never to run the ASP.NET apps through it.

You run your ASP.NET apps via a browser.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Scott Allen" <sc***@nospam.o detocode.com> wrote in message
news:67******** *************** *********@4ax.c om...
The Citrix control is a client side ActiveX control?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
<SK@discussions .microsoft.com> wrote:
Hi,

Would appreciate if anyone could help me on this. Basically my client
having
few branches across state. And they used Citrix in which to connect to the
server side for accessing application running on ASPNET (C# code behind).
Basically, all my form was coded as user control and loaded as component to
the IFrame.

The problem is when browsing the page, it could not be loaded. and there
is no message. I did suspected that is it relate to security for ASPNet User.


Nov 19 '05 #4
re:
Basically, i just need to browse the web site hosted at client site
If the site is in an intranet, you'd have to use Citrix or similar.

If the site is publicly accessible, you could browse
it either via its DNS name or its IP address.

re: The problem is when browsing the page, it could not be loaded.
and there is no message.
Can you ping the server's IP address ?


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"SK" <SK@discussions .microsoft.com> wrote in message
news:90******** *************** ***********@mic rosoft.com... Basically, i just need to browse the web site hosted at client site (citrix
login page appear). then i need to login. After login basically it wil be
Terminal service client
and from here i can browse the AspNet application through browser (LAN) to
AspNet Server.


"Juan T. Llibre" wrote:
The Citrix control is like Terminal Server/VPN/Remote Desktop.

http://www.citrix.com/lang/English/home.asp

It allows you to sit at the console of the machine running Citirx,
and run apps as if you were there.

Since ASP.NET delivers HTML, I don't think it's
the right thing to do to run ASP.NET under Citrix.

OTOH, I could see its use to configure IIS/ASP.NET and the
server itself, but never to run the ASP.NET apps through it.

You run your ASP.NET apps via a browser.
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Scott Allen" <sc***@nospam.o detocode.com> wrote in message
news:67******** *************** *********@4ax.c om...
> The Citrix control is a client side ActiveX control?
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
> <SK@discussions .microsoft.com> wrote:
>
>>Hi,
>>
>> Would appreciate if anyone could help me on this. Basically my client
>>having
>>few branches across state. And they used Citrix in which to connect to the
>>server side for accessing application running on ASPNET (C# code behind).
>>Basically, all my form was coded as user control and loaded as component to
>>the IFrame.
>>
>> The problem is when browsing the page, it could not be loaded. and there
>>is no message. I did suspected that is it relate to security for ASPNet User.

Nov 19 '05 #5
SK
Yes you are right, it's Intranet which is why they use Citrix.
I could see other machine name in the Network.
Basically when i use IE to browse i can see my login screen and those screen
built using html / js / aspx. But i have problem load the ASPNet web form
which was written as a user control component.
"Juan T. Llibre" wrote:
re:
Basically, i just need to browse the web site hosted at client site


If the site is in an intranet, you'd have to use Citrix or similar.

If the site is publicly accessible, you could browse
it either via its DNS name or its IP address.

re:
The problem is when browsing the page, it could not be loaded.
and there is no message.


Can you ping the server's IP address ?


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"SK" <SK@discussions .microsoft.com> wrote in message
news:90******** *************** ***********@mic rosoft.com...
Basically, i just need to browse the web site hosted at client site (citrix
login page appear). then i need to login. After login basically it wil be
Terminal service client
and from here i can browse the AspNet application through browser (LAN) to
AspNet Server.


"Juan T. Llibre" wrote:
The Citrix control is like Terminal Server/VPN/Remote Desktop.

http://www.citrix.com/lang/English/home.asp

It allows you to sit at the console of the machine running Citirx,
and run apps as if you were there.

Since ASP.NET delivers HTML, I don't think it's
the right thing to do to run ASP.NET under Citrix.

OTOH, I could see its use to configure IIS/ASP.NET and the
server itself, but never to run the ASP.NET apps through it.

You run your ASP.NET apps via a browser.
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Scott Allen" <sc***@nospam.o detocode.com> wrote in message
news:67******** *************** *********@4ax.c om...
> The Citrix control is a client side ActiveX control?
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
> <SK@discussions .microsoft.com> wrote:
>
>>Hi,
>>
>> Would appreciate if anyone could help me on this. Basically my client
>>having
>>few branches across state. And they used Citrix in which to connect to the
>>server side for accessing application running on ASPNET (C# code behind).
>>Basically, all my form was coded as user control and loaded as component to
>>the IFrame.
>>
>> The problem is when browsing the page, it could not be loaded. and there
>>is no message. I did suspected that is it relate to security for ASPNet User.


Nov 19 '05 #6
re:
Basically when i use IE to browse i can see my login screen
and those screen built using html / js / aspx.
OK, so you don't have connectivity problems when browsing.

re: But i have problem load the ASPNet web form
which was written as a user control component.
Does that user control load correctly when you browse through Citrix ?

That might simply be a coding problem.

If it's not too large a file, and you don't break company rules for doing it,
post the user control code, and the directive on the aspx page which
loads the user control.

Maybe a sharp eye here can spot a problem and find a splution.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"SK" <SK@discussions .microsoft.com> wrote in message
news:86******** *************** ***********@mic rosoft.com... Yes you are right, it's Intranet which is why they use Citrix.
I could see other machine name in the Network.
Basically when i use IE to browse i can see my login screen and those screen
built using html / js / aspx. But i have problem load the ASPNet web form
which was written as a user control component.
"Juan T. Llibre" wrote:
re:
> Basically, i just need to browse the web site hosted at client site


If the site is in an intranet, you'd have to use Citrix or similar.

If the site is publicly accessible, you could browse
it either via its DNS name or its IP address.

re:
> The problem is when browsing the page, it could not be loaded.
> and there is no message.


Can you ping the server's IP address ?


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"SK" <SK@discussions .microsoft.com> wrote in message
news:90******** *************** ***********@mic rosoft.com...
> Basically, i just need to browse the web site hosted at client site (citrix
> login page appear). then i need to login. After login basically it wil be
> Terminal service client
> and from here i can browse the AspNet application through browser (LAN) to
> AspNet Server.
>
>
>
>
> "Juan T. Llibre" wrote:
>
>> The Citrix control is like Terminal Server/VPN/Remote Desktop.
>>
>> http://www.citrix.com/lang/English/home.asp
>>
>> It allows you to sit at the console of the machine running Citirx,
>> and run apps as if you were there.
>>
>> Since ASP.NET delivers HTML, I don't think it's
>> the right thing to do to run ASP.NET under Citrix.
>>
>> OTOH, I could see its use to configure IIS/ASP.NET and the
>> server itself, but never to run the ASP.NET apps through it.
>>
>> You run your ASP.NET apps via a browser.
>>
>>
>> Juan T. Llibre, ASP.NET MVP
>> ASP.NET FAQ : http://asp.net.do/faq/
>> Foros de ASP.NET en Español : http://asp.net.do/foros/
>> =============== =============== ========
>> "Scott Allen" <sc***@nospam.o detocode.com> wrote in message
>> news:67******** *************** *********@4ax.c om...
>> > The Citrix control is a client side ActiveX control?
>> >
>> > --
>> > Scott
>> > http://www.OdeToCode.com/blogs/scott/
>> >
>> > On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
>> > <SK@discussions .microsoft.com> wrote:
>> >
>> >>Hi,
>> >>
>> >> Would appreciate if anyone could help me on this. Basically my client
>> >>having
>> >>few branches across state. And they used Citrix in which to connect to the
>> >>server side for accessing application running on ASPNET (C# code behind).
>> >>Basically, all my form was coded as user control and loaded as component to
>> >>the IFrame.
>> >>
>> >> The problem is when browsing the page, it could not be loaded. and there
>> >>is no message. I did suspected that is it relate to security for ASPNet User.

Nov 19 '05 #7
SK
i think i found the problem, but still need to test it.
Basically i found that the Citrix Server is not installed with .Net Framework.
i would say it may cause the problem, could not view the page.

"Juan T. Llibre" wrote:
re:
Basically when i use IE to browse i can see my login screen
and those screen built using html / js / aspx.


OK, so you don't have connectivity problems when browsing.

re:
But i have problem load the ASPNet web form
which was written as a user control component.


Does that user control load correctly when you browse through Citrix ?

That might simply be a coding problem.

If it's not too large a file, and you don't break company rules for doing it,
post the user control code, and the directive on the aspx page which
loads the user control.

Maybe a sharp eye here can spot a problem and find a splution.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"SK" <SK@discussions .microsoft.com> wrote in message
news:86******** *************** ***********@mic rosoft.com...
Yes you are right, it's Intranet which is why they use Citrix.
I could see other machine name in the Network.
Basically when i use IE to browse i can see my login screen and those screen
built using html / js / aspx. But i have problem load the ASPNet web form
which was written as a user control component.
"Juan T. Llibre" wrote:
re:
> Basically, i just need to browse the web site hosted at client site

If the site is in an intranet, you'd have to use Citrix or similar.

If the site is publicly accessible, you could browse
it either via its DNS name or its IP address.

re:
> The problem is when browsing the page, it could not be loaded.
> and there is no message.

Can you ping the server's IP address ?


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"SK" <SK@discussions .microsoft.com> wrote in message
news:90******** *************** ***********@mic rosoft.com...
> Basically, i just need to browse the web site hosted at client site (citrix
> login page appear). then i need to login. After login basically it wil be
> Terminal service client
> and from here i can browse the AspNet application through browser (LAN) to
> AspNet Server.
>
>
>
>
> "Juan T. Llibre" wrote:
>
>> The Citrix control is like Terminal Server/VPN/Remote Desktop.
>>
>> http://www.citrix.com/lang/English/home.asp
>>
>> It allows you to sit at the console of the machine running Citirx,
>> and run apps as if you were there.
>>
>> Since ASP.NET delivers HTML, I don't think it's
>> the right thing to do to run ASP.NET under Citrix.
>>
>> OTOH, I could see its use to configure IIS/ASP.NET and the
>> server itself, but never to run the ASP.NET apps through it.
>>
>> You run your ASP.NET apps via a browser.
>>
>>
>> Juan T. Llibre, ASP.NET MVP
>> ASP.NET FAQ : http://asp.net.do/faq/
>> Foros de ASP.NET en Español : http://asp.net.do/foros/
>> =============== =============== ========
>> "Scott Allen" <sc***@nospam.o detocode.com> wrote in message
>> news:67******** *************** *********@4ax.c om...
>> > The Citrix control is a client side ActiveX control?
>> >
>> > --
>> > Scott
>> > http://www.OdeToCode.com/blogs/scott/
>> >
>> > On Mon, 19 Sep 2005 21:24:02 -0700, "SK"
>> > <SK@discussions .microsoft.com> wrote:
>> >
>> >>Hi,
>> >>
>> >> Would appreciate if anyone could help me on this. Basically my client
>> >>having
>> >>few branches across state. And they used Citrix in which to connect to the
>> >>server side for accessing application running on ASPNET (C# code behind).
>> >>Basically, all my form was coded as user control and loaded as component to
>> >>the IFrame.
>> >>
>> >> The problem is when browsing the page, it could not be loaded. and there
>> >>is no message. I did suspected that is it relate to security for ASPNet User.


Nov 19 '05 #8

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

Similar topics

0
4732
by: James Ng | last post by:
I have posted this to the Citrix Developers' forum and have not heard anything yet. So I'd like to see if any other Java developers have experience this problem with their Java application in a Citrix Published application environment. We are running Citrix XP enterprise feature release 2 on windows 2000 server sp4. We developed a Java...
12
9884
by: Corey Burnett | last post by:
I have a client that has a split database (front-end/back-end). They are also using Access security - MDW file. The front end MDE file, the back end MDB file, and the MDW file are all located on a shared folder on the file server. They have two populations of users - local and remote. *ALL* users currently get to the system via a Citrix...
7
8126
by: Rob | last post by:
I am an Access developer and have done many Access databases in the standard Front-end on the workstations, backend on the server (over a LAN) but have never worked with Access over Citrix, though that situation is coming up for me shortly. Question: When you run the front-end on the Server, does Citrix clone the front end application...
11
5152
by: Rob | last post by:
I thought I posted this yesterday, but can't find it. So if this ends up showing up twice, please forgive me. I am an Access developer and have done many Access databases in the standard Front-end on the workstations, backend on the server (over a LAN) but have never worked with Access over Citrix, though that situation is coming up for me...
33
3227
by: DFS | last post by:
An application I wrote has been deployed on Citrix, and the Citrix admin tells me all users run the same .mde file. There aren't a lot of concurrent users, but even 2 could be cause for concern. I think the use of globals is worrisome in this case. Anybody have any experience with Access on Citrix? (Al Kallal already griped me out about...
5
11269
by: Art | last post by:
Hi, We have some applications that run on a Citrix server. I would like to run one of them, a reporting app, from within a VB.net application. If I log into the Citrix server with remote desktop, I can type a command line that will do what I want. My VB.net application is not on that Citrix server. I'm afraid that if I map a drive to...
0
2708
by: Eagle | last post by:
Hi all. I have an intranet under Win2000 with windows XP clients. My intranet works with authentication mode="Windows", under a domain, so active directory manage the accounts. Now I need to connect to other server that has one citrix metaframe system, in order to access some aplications with its tecnology.
4
3509
by: Peter | last post by:
I have the following code which works fine in IE6 and IE7 and FireFox, but when I run IE6 on Citrix I get "The page cannot be displayed" in the iframe. We don't have IE7 on Citrix so I can't try it. <span id="ShowReport" disabled="disabled" style="display:inline-block;height:1200px;width:880px;"> <div> <iframe src=../../WsiLogo.gif<frame...
12
2076
by: =?Utf-8?B?QXJ0?= | last post by:
Hi, I'm putting together an application in vb.net. I will ultimately need people to be able to run it from home (Normally we're in one office). I can store it on a file server, but this raises the problem of a home user needing the .net framework. I seem to have 2 choices, and have no experience in either. First, since we use Citrix...
0
7694
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7921
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7666
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6278
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2107
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.