473,385 Members | 2,162 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,385 software developers and data experts.

Citrix

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 here, I could publish it as a Citrix application.
However I have no clue how to do that.

Second, I could make this a web application. However, as with my other
choice, I've never written a web application and could use some help getting
started. I've written some HTML and Java Script a few years ago. I've never
written ASP.Net and am not really sure how to start, or what I'll need.

Does anyone have any suggestions? Sorry if it sounds like I'm lost, but I am.

Thanks.
Aug 5 '08 #1
12 2062
Art,

Why would home users needing the .Net framework be a problem? Or do some
users use non-Windows machines at home?

Kerry Moorman
"Art" wrote:
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 here, I could publish it as a Citrix application.
However I have no clue how to do that.

Second, I could make this a web application. However, as with my other
choice, I've never written a web application and could use some help getting
started. I've written some HTML and Java Script a few years ago. I've never
written ASP.Net and am not really sure how to start, or what I'll need.

Does anyone have any suggestions? Sorry if it sounds like I'm lost, but I am.

Thanks.
Aug 5 '08 #2
Kerry,

A good, but unfortunate question. Since the framework is not necessarily
already on their machines, they would have to download it. Most of these
people are not very adventurous users. Also, this is part of a Disaster
Recovery scenario, so people are likely not to be in the best of moods should
they need it.

I'd like to make this as painless (not for me of course) as possible.

"Kerry Moorman" wrote:
Art,

Why would home users needing the .Net framework be a problem? Or do some
users use non-Windows machines at home?

Kerry Moorman
"Art" wrote:
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 here, I could publish it as a Citrix application.
However I have no clue how to do that.

Second, I could make this a web application. However, as with my other
choice, I've never written a web application and could use some help getting
started. I've written some HTML and Java Script a few years ago. I've never
written ASP.Net and am not really sure how to start, or what I'll need.

Does anyone have any suggestions? Sorry if it sounds like I'm lost, but I am.

Thanks.
Aug 5 '08 #3

"Art" <Ar*@discussions.microsoft.comwrote in message
news:D4**********************************@microsof t.com...
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 here, I could publish it as a Citrix
application.
However I have no clue how to do that.
That raises the question of support as the user's client machine must have
Citrix terminal client software installed on their machine and given
user-id(s) and psw(s) to even login to a server to be in a session with a
server that's running Citrix terminal server terminal. Citrix is a VPN
terminal server solution which is not meant for the home user sector in
regards to the consumer or corporate home user sector. That's a bad choice
period.
Second, I could make this a web application. However, as with my other
choice, I've never written a web application and could use some help
getting
started. I've written some HTML and Java Script a few years ago. I've
never
written ASP.Net and am not really sure how to start, or what I'll need.

Does anyone have any suggestions? Sorry if it sounds like I'm lost, but I
am.
You need to be using an ASP.Net solution running on a Web server, a possible
Web portal solution, which is a Web solution that allows user outside the
corporate LAN and outside the corporate firewall to login to the ASP.NET
solution using a browser, while on the other hand, when they are on the
corporate LAN behind the firewall with a machine and using a browser to
access the solution and allowing the user to login that way.

1) You need to be using ASP.Net and understand how to use it securely for an
ASP.Net solution that's facing the public Internet.

2) You need to understand VB.Net

3) You need to understand how to write an ASP.Net solution that's an
Internet/Intranet Web portal facing solution.

4) You need to find some books, and all that information is out there on
Google or Dogpile.com, because it makes no sense to toss out a hackable
solution that's facing the Internet.
Aug 5 '08 #4
Thanks for your thoughts.

Our company has a web server. We also have a web page with a button that
directs the users to a logon screen. Once they logon on they will have a
menu of choices, one of which currently sends them to a secure Citrix screen.
There, they have the option of selecting whatever application they want, and
running it through Citrix.

In this particular case, we'd likely add an additional initial choice that
would get them to a Citrix screen, with only one application... the one I'm
working on.

As you point out, since I'm not familiar with ASP.Net, I'm quite hesitant to
go in that direction.

Thanks again.

"Mr. Arnold" wrote:
>
"Art" <Ar*@discussions.microsoft.comwrote in message
news:D4**********************************@microsof t.com...
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 here, I could publish it as a Citrix
application.
However I have no clue how to do that.
That raises the question of support as the user's client machine must have
Citrix terminal client software installed on their machine and given
user-id(s) and psw(s) to even login to a server to be in a session with a
server that's running Citrix terminal server terminal. Citrix is a VPN
terminal server solution which is not meant for the home user sector in
regards to the consumer or corporate home user sector. That's a bad choice
period.
Second, I could make this a web application. However, as with my other
choice, I've never written a web application and could use some help
getting
started. I've written some HTML and Java Script a few years ago. I've
never
written ASP.Net and am not really sure how to start, or what I'll need.

Does anyone have any suggestions? Sorry if it sounds like I'm lost, but I
am.

You need to be using an ASP.Net solution running on a Web server, a possible
Web portal solution, which is a Web solution that allows user outside the
corporate LAN and outside the corporate firewall to login to the ASP.NET
solution using a browser, while on the other hand, when they are on the
corporate LAN behind the firewall with a machine and using a browser to
access the solution and allowing the user to login that way.

1) You need to be using ASP.Net and understand how to use it securely for an
ASP.Net solution that's facing the public Internet.

2) You need to understand VB.Net

3) You need to understand how to write an ASP.Net solution that's an
Internet/Intranet Web portal facing solution.

4) You need to find some books, and all that information is out there on
Google or Dogpile.com, because it makes no sense to toss out a hackable
solution that's facing the Internet.
Aug 5 '08 #5

"Art" <Ar*@discussions.microsoft.comwrote in message
news:30**********************************@microsof t.com...
Thanks for your thoughts.

Our company has a web server. We also have a web page with a button that
directs the users to a logon screen. Once they logon on they will have a
menu of choices, one of which currently sends them to a secure Citrix
screen.
There, they have the option of selecting whatever application they want,
and
running it through Citrix.

In this particular case, we'd likely add an additional initial choice that
would get them to a Citrix screen, with only one application... the one
I'm
working on.

As you point out, since I'm not familiar with ASP.Net, I'm quite hesitant
to
go in that direction.
Well, the solution wouldn't be a Web/ASP.Net solution. It would be a Windows
Desktop solution that's running out there on the Citrix Terminal server
desktop.

The components of the solution such as the .Net Framework, exe, and DLL(s)
would be deployed to the Citrix server.

The client's machine wouldn't be running the solution at their client
machine, so no need for the .Net Framework being installed on a user's
machine, since the solution is not running at the client's machine, with the
client's machine in a Citrix VPN Web server desktop session with a browser
on the client side.

I have seen Citrix being used across multiple separate LAN(s) owned by a
corporation connecting to the main corporate LAN where the Citrix Terminal
Server Farm was located using a T1 connection, reasonable speed in paint the
screen being duplicated at the client's end. A lot and I mean a lot of
screen painting data is being transmitted that is binary and is not HTML.

I have also seen dial-up connections being used with a Citrix Terminal
server session with a client machine and screen painting being done with
data sent over the wire, a very slow process. BB and DSL clients in session
with a Citrix terminal server and screen painting speed, I can't tell you.

As opposed to using ASP.Net with HTML and Javascript and transmission speed
over the wire.

Aug 5 '08 #6
We never assume internet connectivity in disaster recovery, so that comment
has me curious to the scenario you are considering...

With laptop computers less than $600, you might look at the cost of
preconfigured, company supplied computers versus the development cost. For
small companies, I think you will find the hardware is cheaper.

"Art" <Ar*@discussions.microsoft.comwrote in message
news:B4**********************************@microsof t.com...
Kerry,

A good, but unfortunate question. Since the framework is not necessarily
already on their machines, they would have to download it. Most of these
people are not very adventurous users. Also, this is part of a Disaster
Recovery scenario, so people are likely not to be in the best of moods
should
they need it.

I'd like to make this as painless (not for me of course) as possible.

"Kerry Moorman" wrote:
>Art,

Why would home users needing the .Net framework be a problem? Or do some
users use non-Windows machines at home?

Kerry Moorman
"Art" wrote:
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 here, I could publish it as a Citrix
application.
However I have no clue how to do that.

Second, I could make this a web application. However, as with my other
choice, I've never written a web application and could use some help
getting
started. I've written some HTML and Java Script a few years ago. I've
never
written ASP.Net and am not really sure how to start, or what I'll need.

Does anyone have any suggestions? Sorry if it sounds like I'm lost,
but I am.

Thanks.
Aug 6 '08 #7
FTM,

The scenario involves reaching data stored on a network, so with no
connectivity there's really no need for the computers -- in our situation.
We have redundancy (multiple locations) for our data. Our web server is not
yet redundant -- this is an ongoing process. However our web server is in a
data center with redundant everything (not ours, we lease a couple of racks).

The application that I'm talking about is just a way to help organize the
information that people may need to handle various tasks. It's pretty basic.

However, I gather that you're suggesting that we supply laptops, pre-loaded
with the base information people will need to get started. I hadn't really
thought of that -- it's an interesting idea. As you suggest, while it's not
cheap, in the scheme of things it could make sense.

Along those lines, what would you think of a U3 Flash drive?


"Family Tree Mike" wrote:
We never assume internet connectivity in disaster recovery, so that comment
has me curious to the scenario you are considering...

With laptop computers less than $600, you might look at the cost of
preconfigured, company supplied computers versus the development cost. For
small companies, I think you will find the hardware is cheaper.

"Art" <Ar*@discussions.microsoft.comwrote in message
news:B4**********************************@microsof t.com...
Kerry,

A good, but unfortunate question. Since the framework is not necessarily
already on their machines, they would have to download it. Most of these
people are not very adventurous users. Also, this is part of a Disaster
Recovery scenario, so people are likely not to be in the best of moods
should
they need it.

I'd like to make this as painless (not for me of course) as possible.

"Kerry Moorman" wrote:
Art,

Why would home users needing the .Net framework be a problem? Or do some
users use non-Windows machines at home?

Kerry Moorman
"Art" wrote:

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 here, I could publish it as a Citrix
application.
However I have no clue how to do that.

Second, I could make this a web application. However, as with my other
choice, I've never written a web application and could use some help
getting
started. I've written some HTML and Java Script a few years ago. I've
never
written ASP.Net and am not really sure how to start, or what I'll need.

Does anyone have any suggestions? Sorry if it sounds like I'm lost,
but I am.

Thanks.
Aug 6 '08 #8
Mr. Arnold,

That's kind of what I was thinking. It's just that I've never deployed
anything to a Citrix server before and was trolling for hints.

We've seen pretty good speed from home, for those few users that currently
do log in remotely. All of them have broadband of some flavor.

Citrix seems to be a good solution for lots of things. Unfortunately it
reminds me of the old mainframe days.

"Mr. Arnold" wrote:
>
"Art" <Ar*@discussions.microsoft.comwrote in message
news:30**********************************@microsof t.com...
Thanks for your thoughts.

Our company has a web server. We also have a web page with a button that
directs the users to a logon screen. Once they logon on they will have a
menu of choices, one of which currently sends them to a secure Citrix
screen.
There, they have the option of selecting whatever application they want,
and
running it through Citrix.

In this particular case, we'd likely add an additional initial choice that
would get them to a Citrix screen, with only one application... the one
I'm
working on.

As you point out, since I'm not familiar with ASP.Net, I'm quite hesitant
to
go in that direction.

Well, the solution wouldn't be a Web/ASP.Net solution. It would be a Windows
Desktop solution that's running out there on the Citrix Terminal server
desktop.

The components of the solution such as the .Net Framework, exe, and DLL(s)
would be deployed to the Citrix server.

The client's machine wouldn't be running the solution at their client
machine, so no need for the .Net Framework being installed on a user's
machine, since the solution is not running at the client's machine, with the
client's machine in a Citrix VPN Web server desktop session with a browser
on the client side.

I have seen Citrix being used across multiple separate LAN(s) owned by a
corporation connecting to the main corporate LAN where the Citrix Terminal
Server Farm was located using a T1 connection, reasonable speed in paint the
screen being duplicated at the client's end. A lot and I mean a lot of
screen painting data is being transmitted that is binary and is not HTML.

I have also seen dial-up connections being used with a Citrix Terminal
server session with a client machine and screen painting being done with
data sent over the wire, a very slow process. BB and DSL clients in session
with a Citrix terminal server and screen painting speed, I can't tell you.

As opposed to using ASP.Net with HTML and Javascript and transmission speed
over the wire.

Aug 6 '08 #9
The flash drive would seem fine for people to use. This would again have to
depend on the people having at home a PC, not a Linux box, for example.

"Art" wrote:
FTM,

The scenario involves reaching data stored on a network, so with no
connectivity there's really no need for the computers -- in our situation.
We have redundancy (multiple locations) for our data. Our web server is not
yet redundant -- this is an ongoing process. However our web server is in a
data center with redundant everything (not ours, we lease a couple of racks).

The application that I'm talking about is just a way to help organize the
information that people may need to handle various tasks. It's pretty basic.

However, I gather that you're suggesting that we supply laptops, pre-loaded
with the base information people will need to get started. I hadn't really
thought of that -- it's an interesting idea. As you suggest, while it's not
cheap, in the scheme of things it could make sense.

Along those lines, what would you think of a U3 Flash drive?


"Family Tree Mike" wrote:
We never assume internet connectivity in disaster recovery, so that comment
has me curious to the scenario you are considering...

With laptop computers less than $600, you might look at the cost of
preconfigured, company supplied computers versus the development cost. For
small companies, I think you will find the hardware is cheaper.

"Art" <Ar*@discussions.microsoft.comwrote in message
news:B4**********************************@microsof t.com...
Kerry,
>
A good, but unfortunate question. Since the framework is not necessarily
already on their machines, they would have to download it. Most of these
people are not very adventurous users. Also, this is part of a Disaster
Recovery scenario, so people are likely not to be in the best of moods
should
they need it.
>
I'd like to make this as painless (not for me of course) as possible.
>
"Kerry Moorman" wrote:
>
>Art,
>>
>Why would home users needing the .Net framework be a problem? Or do some
>users use non-Windows machines at home?
>>
>Kerry Moorman
>>
>>
>"Art" wrote:
>>
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 here, I could publish it as a Citrix
application.
However I have no clue how to do that.
>
Second, I could make this a web application. However, as with my other
choice, I've never written a web application and could use some help
getting
started. I've written some HTML and Java Script a few years ago. I've
never
written ASP.Net and am not really sure how to start, or what I'll need.
>
Does anyone have any suggestions? Sorry if it sounds like I'm lost,
but I am.
>
Thanks.
Aug 6 '08 #10

"Art" <Ar*@discussions.microsoft.comwrote in message
news:19**********************************@microsof t.com...
Mr. Arnold,

That's kind of what I was thinking. It's just that I've never deployed
anything to a Citrix server before and was trolling for hints.

We've seen pretty good speed from home, for those few users that currently
do log in remotely. All of them have broadband of some flavor.

Citrix seems to be a good solution for lots of things. Unfortunately it
reminds me of the old mainframe days.
I have seen Citrix Terminal Server used where VS 2005 was deployed to it,
and .Net developers used the one on Citrix instead of having it installed on
each developers workstation, a cheap company.

Aug 6 '08 #11
Hello!

I work for healthcare provider that is in need of IT Professionals
that possess Citrix knowledge. I am having a hard time finding a
resource online to locate people who might be able to fill these
contract positions. I know this is not a job site but after weeks of
searching I seem to be getting no where! As an indidivudal with Citrix
knowledge where would you go to post your resume or seek out talent?
Any help you can provide would be greatly appreciated!

Thank You!

Erica
Aug 7 '08 #12

"Berica IT Staffing Consultants" <er**************@gmail.comwrote in
message
news:05**********************************@59g2000h sb.googlegroups.com...
Hello!

I work for healthcare provider that is in need of IT Professionals
that possess Citrix knowledge. I am having a hard time finding a
resource online to locate people who might be able to fill these
contract positions. I know this is not a job site but after weeks of
searching I seem to be getting no where! As an indidivudal with Citrix
knowledge where would you go to post your resume or seek out talent?
Any help you can provide would be greatly appreciated!
Monster or Dice

Aug 7 '08 #13

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

Similar topics

0
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...
12
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...
7
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...
33
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. ...
7
by: SK | last post by:
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...
5
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...
7
by: Paul | last post by:
I have a VB.NET form with a DataGrid. When I toggle to Excel (for example) and then back to my application the repaint of the DataGrid is really slow. You can see the repainting happening. When...
0
by: roneon | last post by:
This is the problem that the topic starter posted: "we installed Oracle-Client 8.1.7 on a server with Windows 2000 Terminal-Services and Citrix Metaframe Xp. The Forms-Applications we ...
4
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.